Skip to content

Commit 97547e2

Browse files
committed
doc: make line visible
1 parent 4ce1daf commit 97547e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/stdio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ impl Stdin {
252252
///
253253
/// - Pipe some text to it, e.g. `printf foo | path/to/executable`
254254
/// - Give it text interactively by running the executable directly,
255-
// in which case it will wait for the Enter key to be pressed before
255+
/// in which case it will wait for the Enter key to be pressed before
256256
/// continuing
257257
#[stable(feature = "rust1", since = "1.0.0")]
258258
pub fn read_line(&self, buf: &mut String) -> io::Result<usize> {

0 commit comments

Comments
 (0)