diff --git a/src/std_misc/process/pipe.md b/src/std_misc/process/pipe.md index 1b1973718b..8abc7dd3af 100644 --- a/src/std_misc/process/pipe.md +++ b/src/std_misc/process/pipe.md @@ -9,7 +9,7 @@ use std::io::prelude::*; use std::process::Stdio; static PANGRAM: &'static str = -"the quick brown fox jumped over the lazy dog\n"; +"the quick brown fox jumps over the lazy dog\n"; fn main() { // Spawn the `wc` command