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 0bb7ad3 commit 527843eCopy full SHA for 527843e
src/child.rs
@@ -63,7 +63,7 @@ macro_rules! delegate {
63
/// [`Command`](crate::Command).
64
///
65
/// 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.
+/// remote process and `stdout` and `stderr` will yield EOF immediately.
67
68
/// ```rust,no_run
69
/// # async fn foo() {
0 commit comments