Skip to content

Commit e9ed758

Browse files
NobodyXujonhoo
andauthored
Update src/child.rs
Co-authored-by: Jon Gjengset <[email protected]>
1 parent 379750a commit e9ed758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/child.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ macro_rules! delegate {
6262
/// available,`Stdio::piped()` should be passed to the corresponding method on
6363
/// [`Command`](crate::Command).
6464
///
65-
/// NOTE that once `RemoteChild` is dropped, any data written to `stdin` will not be send to the
65+
/// NOTE that once `RemoteChild` is dropped, any data written to `stdin` will not be sent to the
6666
/// remote process and `stdout` and `stderr` would eof immediately.
6767
///
6868
/// ```rust,no_run

0 commit comments

Comments
 (0)