Skip to content

Commit 7ef1b39

Browse files
committed
Remove extra wait from Child docs
1 parent bde6336 commit 7ef1b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ use sys_common::{AsInner, AsInnerMut, FromInner, IntoInner};
7878
/// run, even after the `Child` handle to the child process has gone out of
7979
/// scope.
8080
///
81-
/// Calling [`wait`][`wait`] (or other functions that wrap around it) will make
81+
/// Calling [`wait`] (or other functions that wrap around it) will make
8282
/// the parent process wait until the child has actually exited before
8383
/// continuing.
8484
///

0 commit comments

Comments
 (0)