1
Fork 0

doc: these are just renames, so avoid duplication

This commit is contained in:
Tshepang Lekhonkhobe 2015-12-09 01:10:28 +02:00
parent 4dbdfb4933
commit 33d43c1e34
4 changed files with 5 additions and 52 deletions

View file

@ -576,7 +576,7 @@ pub trait Read {
/// will continue.
///
/// If this function encounters an "end of file" before completely filling
/// the buffer, it returns an error of the kind `ErrorKind::UnexpectedEOF`.
/// the buffer, it returns an error of the kind `ErrorKind::UnexpectedEof`.
/// The contents of `buf` are unspecified in this case.
///
/// If any other read error is encountered then this function immediately