We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde6336 commit 7ef1b39Copy full SHA for 7ef1b39
src/libstd/process.rs
@@ -78,7 +78,7 @@ use sys_common::{AsInner, AsInnerMut, FromInner, IntoInner};
78
/// run, even after the `Child` handle to the child process has gone out of
79
/// scope.
80
///
81
-/// Calling [`wait`][`wait`] (or other functions that wrap around it) will make
+/// Calling [`wait`] (or other functions that wrap around it) will make
82
/// the parent process wait until the child has actually exited before
83
/// continuing.
84
0 commit comments