We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cffaf0e + 4ce7901 commit e749f72Copy full SHA for e749f72
src/libstd/io/mod.rs
@@ -571,7 +571,7 @@ pub trait BufRead: Read {
571
read_until(self, byte, buf)
572
}
573
574
- /// 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
575
/// append them to the provided buffer.
576
///
577
/// This function will continue to read (and buffer) bytes from the
0 commit comments