Skip to content

Commit 7d6658f

Browse files
authored
Merge pull request #1809 from softmoth/pedantic-pangram-typo
std_misc/process/pipe.md: Fix typo in pangram string
2 parents f59b37e + 629667d commit 7d6658f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std_misc/process/pipe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use std::io::prelude::*;
99
use std::process::Stdio;
1010
1111
static PANGRAM: &'static str =
12-
"the quick brown fox jumped over the lazy dog\n";
12+
"the quick brown fox jumps over the lazy dog\n";
1313
1414
fn main() {
1515
// Spawn the `wc` command

0 commit comments

Comments
 (0)