Skip to content

Commit e749f72

Browse files
committed
Auto merge of rust-lang#26514 - tshepang:repetition, r=Gankro
2 parents cffaf0e + 4ce7901 commit e749f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ pub trait BufRead: Read {
571571
read_until(self, byte, buf)
572572
}
573573

574-
/// Read all bytes until a newline byte (the 0xA byte) is reached, and
574+
/// Read all bytes until a newline (the 0xA byte) is reached, and
575575
/// append them to the provided buffer.
576576
///
577577
/// This function will continue to read (and buffer) bytes from the

0 commit comments

Comments
 (0)