Skip to content

Commit

Permalink
doc: make line visible
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Dec 23, 2015
1 parent 4ce1daf commit 97547e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/io/stdio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ impl Stdin {
///
/// - Pipe some text to it, e.g. `printf foo | path/to/executable`
/// - Give it text interactively by running the executable directly,
// in which case it will wait for the Enter key to be pressed before
/// in which case it will wait for the Enter key to be pressed before
/// continuing
#[stable(feature = "rust1", since = "1.0.0")]
pub fn read_line(&self, buf: &mut String) -> io::Result<usize> {
Expand Down

0 comments on commit 97547e2

Please sign in to comment.