mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +02:00
docs: fix some typos (#4632)
Signed-off-by: cuishuang <[email protected]>
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user