Skip to content

Commit 28ad64d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/child.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ impl<'s> RemoteChild<'s> {
175175
let (stdout, stderr) = try_join!(stdout_read, stderr_read)?;
176176
Ok(Output {
177177
// Once self.wait().await is done, the connection to the multiplex
178-
// server would also be dropped and the server would stop
179-
// sending data to stdout/stderr.
178+
// server will also be dropped and the server will stop sending
179+
// data to stdout/stderr.
180180
status: self.wait().await?,
181181
stdout,
182182
stderr,

0 commit comments

Comments
 (0)