Skip to content

Commit

Permalink
process: fix grammar of the ChildStdin struct doc comment (#7192)
Browse files Browse the repository at this point in the history
  • Loading branch information
axieum authored Mar 3, 2025
1 parent 3aaf4a5 commit e7b593c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/process/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e7b593c

Please sign in to comment.