We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ChildStdin
1 parent 3aaf4a5 commit e7b593cCopy full SHA for e7b593c
tokio/src/process/mod.rs
@@ -1382,7 +1382,7 @@ impl Child {
1382
1383
/// The standard input stream for spawned children.
1384
///
1385
-/// 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
1386
/// handle of a child process asynchronously.
1387
#[derive(Debug)]
1388
pub struct ChildStdin {
0 commit comments