mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
Fix link for wait
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
/// run, even after the `Child` handle to the child process has gone out of
|
||||
/// scope.
|
||||
///
|
||||
/// Calling [`wait`] (or other functions that wrap around it) will make
|
||||
/// Calling [`wait`](#method.wait) (or other functions that wrap around it) will make
|
||||
/// the parent process wait until the child has actually exited before
|
||||
/// continuing.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user