Fix some typos.
This commit is contained in:
parent
a691f1eefe
commit
9a5a47eddc
6 changed files with 7 additions and 7 deletions
|
@ -148,7 +148,7 @@ pub trait Read {
|
|||
///
|
||||
/// If the return value of this method is `Ok(n)`, then it must be
|
||||
/// guaranteed that `0 <= n <= buf.len()`. A nonzero `n` value indicates
|
||||
/// that the buffer `buf` has ben filled in with `n` bytes of data from this
|
||||
/// that the buffer `buf` has been filled in with `n` bytes of data from this
|
||||
/// source. If `n` is `0`, then it can indicate one of two scenarios:
|
||||
///
|
||||
/// 1. This reader has reached its "end of file" and will likely no longer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue