Skip to content

Commit

Permalink
Typo fix. u8 -> i8
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Apr 2, 2013
1 parent 1d658d9 commit 948ff60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ pub trait ReaderUtil {
/**
* Read an i8.
*
* `u8`s are 1 byte.
* `i8`s are 1 byte.
*
* # Examples
*
Expand Down

4 comments on commit 948ff60

@bors
Copy link
Contributor

@bors bors commented on 948ff60 Apr 2, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from catamorphism
at steveklabnik@948ff60

@bors
Copy link
Contributor

@bors bors commented on 948ff60 Apr 2, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging steveklabnik/rust/improve_reader_util_docs = 948ff60 into auto

@bors
Copy link
Contributor

@bors bors commented on 948ff60 Apr 2, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

steveklabnik/rust/improve_reader_util_docs = 948ff60 merged ok, testing candidate = 1cca4691

@bors
Copy link
Contributor

@bors bors commented on 948ff60 Apr 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.