We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f59b37e + 629667d commit 7d6658fCopy full SHA for 7d6658f
src/std_misc/process/pipe.md
@@ -9,7 +9,7 @@ use std::io::prelude::*;
9
use std::process::Stdio;
10
11
static PANGRAM: &'static str =
12
-"the quick brown fox jumped over the lazy dog\n";
+"the quick brown fox jumps over the lazy dog\n";
13
14
fn main() {
15
// Spawn the `wc` command
0 commit comments