process: fix grammar of the ChildStdin struct doc comment (#7192)

This commit is contained in:
Jonathan Hiles
2025-03-03 13:01:35 +03:30
committed by GitHub
parent 3aaf4a5377
commit e7b593cbee
+1 -1
View File
@@ -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 {