Skip to content

Commit e7b593c

Browse files
authored
process: fix grammar of the ChildStdin struct doc comment (#7192)
1 parent 3aaf4a5 commit e7b593c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/src/process/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ impl Child {
13821382

13831383
/// The standard input stream for spawned children.
13841384
///
1385-
/// This type implements the `AsyncWrite` trait to pass data to the stdin handle of
1385+
/// This type implements the `AsyncWrite` trait to pass data to the stdin
13861386
/// handle of a child process asynchronously.
13871387
#[derive(Debug)]
13881388
pub struct ChildStdin {

0 commit comments

Comments
 (0)