Fix typo in ChildStdin docs (#77)

This commit is contained in:
cowlicks 2024-04-18 20:34:15 -05:00 committed by GitHub
parent 7323b449d7
commit 76badb6964
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ impl fmt::Debug for Child {
/// A handle to a child process's standard input (stdin).
///
/// When a [`ChildStdin`] is dropped, the underlying handle gets clossed. If the child process was
/// When a [`ChildStdin`] is dropped, the underlying handle gets closed. If the child process was
/// previously blocked on input, it becomes unblocked after dropping.
#[derive(Debug)]
pub struct ChildStdin(