Skip to content

Commit 948ff60

Browse files
committed
Typo fix. u8 -> i8
1 parent 1d658d9 commit 948ff60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/io.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ pub trait ReaderUtil {
496496
/**
497497
* Read an i8.
498498
*
499-
* `u8`s are 1 byte.
499+
* `i8`s are 1 byte.
500500
*
501501
* # Examples
502502
*

0 commit comments

Comments
 (0)