Rollup merge of #30537 - tshepang:make-visible, r=Gankro

This commit is contained in:
Steve Klabnik 2015-12-23 18:09:12 -05:00
commit 1b68a357fd

View File

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