We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379750a commit e9ed758Copy full SHA for e9ed758
src/child.rs
@@ -62,7 +62,7 @@ macro_rules! delegate {
62
/// available,`Stdio::piped()` should be passed to the corresponding method on
63
/// [`Command`](crate::Command).
64
///
65
-/// NOTE that once `RemoteChild` is dropped, any data written to `stdin` will not be send to the
+/// NOTE that once `RemoteChild` is dropped, any data written to `stdin` will not be sent to the
66
/// remote process and `stdout` and `stderr` would eof immediately.
67
68
/// ```rust,no_run
0 commit comments