diff options
| author | Ms2ger <ms2ger@gmail.com> | 2015-03-25 18:02:11 +0100 |
|---|---|---|
| committer | Ms2ger <ms2ger@gmail.com> | 2015-04-15 13:37:55 +0200 |
| commit | 9a5a47eddc0df36d2d3321552eed7fbb8b05bb3e (patch) | |
| tree | bfa1fc532f3978aa48b9029abf9279688fe5ce68 /src/libstd/io | |
| parent | a691f1eefea586f154700be6ee1b991158f82b7f (diff) | |
| download | rust-9a5a47eddc0df36d2d3321552eed7fbb8b05bb3e.tar.gz rust-9a5a47eddc0df36d2d3321552eed7fbb8b05bb3e.zip | |
Fix some typos.
Diffstat (limited to 'src/libstd/io')
| -rw-r--r-- | src/libstd/io/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs index f3ba5cd7854..93c6deac6e5 100644 --- a/src/libstd/io/mod.rs +++ b/src/libstd/io/mod.rs @@ -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 |
