Skip to content

Commit

Permalink
Fix typo in ChildStdin docs (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowlicks authored Apr 19, 2024
1 parent 7323b44 commit 76badb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 76badb6

Please sign in to comment.