We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce1daf commit 97547e2Copy full SHA for 97547e2
src/libstd/io/stdio.rs
@@ -252,7 +252,7 @@ impl Stdin {
252
///
253
/// - Pipe some text to it, e.g. `printf foo | path/to/executable`
254
/// - Give it text interactively by running the executable directly,
255
- // 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
256
/// continuing
257
#[stable(feature = "rust1", since = "1.0.0")]
258
pub fn read_line(&self, buf: &mut String) -> io::Result<usize> {
0 commit comments