Skip to content

Commit 527843e

Browse files
authored
Update src/child.rs
1 parent 0bb7ad3 commit 527843e

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
@@ -63,7 +63,7 @@ macro_rules! delegate {
6363
/// [`Command`](crate::Command).
6464
///
6565
/// 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.
66+
/// remote process and `stdout` and `stderr` will yield EOF immediately.
6767
///
6868
/// ```rust,no_run
6969
/// # async fn foo() {

0 commit comments

Comments
 (0)