1
Fork 0

Fix some typos.

This commit is contained in:
Ms2ger 2015-03-25 18:02:11 +01:00
parent a691f1eefe
commit 9a5a47eddc
6 changed files with 7 additions and 7 deletions

View file

@ -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