about summary refs log tree commit diff
path: root/src/libstd/io
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2015-12-23 17:46:59 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2015-12-23 17:47:12 +0200
commit97547e28681f38d4425093a6078edc7c118871b8 (patch)
treea6234011ffd5cf14cb8f49d6281fba63601f829a /src/libstd/io
parent4ce1dafd1d58852a88f38a0f63cb11236a7470cb (diff)
doc: make line visible
Diffstat (limited to 'src/libstd/io')
-rw-r--r--src/libstd/io/stdio.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/stdio.rs b/src/libstd/io/stdio.rs
index 985dbdd895f..120e56d8079 100644
--- a/src/libstd/io/stdio.rs
+++ b/src/libstd/io/stdio.rs
@@ -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> {