Auto merge of #26514 - tshepang:repetition, r=Gankro

This commit is contained in:
bors 2015-06-23 02:32:44 +00:00
commit e749f724b0

View File

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