diff --git a/tokio/src/process/mod.rs b/tokio/src/process/mod.rs index 28cbf66a8..46c5f14ad 100644 --- a/tokio/src/process/mod.rs +++ b/tokio/src/process/mod.rs @@ -1382,7 +1382,7 @@ impl Child { /// The standard input stream for spawned children. /// -/// This type implements the `AsyncWrite` trait to pass data to the stdin handle of +/// This type implements the `AsyncWrite` trait to pass data to the stdin /// handle of a child process asynchronously. #[derive(Debug)] pub struct ChildStdin {