From 4ce7901a5a08b215c40ead6bcbf81779b4b2162c Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Tue, 23 Jun 2015 02:48:37 +0200 Subject: [PATCH] doc: remove repeated word --- src/libstd/io/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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