docs: fix some typos (#4632)

Signed-off-by: cuishuang <[email protected]>
This commit is contained in:
cui fliter
2022-04-21 10:16:19 +00:00
committed by GitHub
parent d397e77c90
commit 1472af5bd4
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -111,7 +111,7 @@
//! let mut cmd = Command::new("sort");
//!
//! // Specifying that we want pipe both the output and the input.
//! // Similarily to capturing the output, by configuring the pipe
//! // Similarly to capturing the output, by configuring the pipe
//! // to stdin it can now be used as an asynchronous writer.
//! cmd.stdout(Stdio::piped());
//! cmd.stdin(Stdio::piped());