about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2015-06-23 02:48:37 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2015-06-23 02:48:37 +0200
commit4ce7901a5a08b215c40ead6bcbf81779b4b2162c (patch)
treefc4dfc4071c2bb86b13e127b6b5f2abb0198439c /src/libstd
parent1671b9baeceeb38ddb7366668d28e3a7ee839ef3 (diff)
downloadrust-4ce7901a5a08b215c40ead6bcbf81779b4b2162c.tar.gz
rust-4ce7901a5a08b215c40ead6bcbf81779b4b2162c.zip
doc: remove repeated word
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/io/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs
index 3d0dfbba0ab..9021f32fad0 100644
--- a/src/libstd/io/mod.rs
+++ b/src/libstd/io/mod.rs
@@ -571,7 +571,7 @@ pub trait BufRead: Read {
         read_until(self, byte, buf)
     }
 
-    /// Read all bytes until a newline byte (the 0xA byte) is reached, and
+    /// Read all bytes until a newline (the 0xA byte) is reached, and
     /// append them to the provided buffer.
     ///
     /// This function will continue to read (and buffer) bytes from the