mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
process: fix grammar of the ChildStdin struct doc comment (#7192)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user