mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
doc: Fix typo in std::process::Child documentation
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
///
|
||||
/// # Warning
|
||||
///
|
||||
/// On some system, calling [`wait`] or similar is necessary for the OS to
|
||||
/// On some systems, calling [`wait`] or similar is necessary for the OS to
|
||||
/// release resources. A process that terminated but has not been waited on is
|
||||
/// still around as a "zombie". Leaving too many zombies around may exhaust
|
||||
/// global resources (for example process IDs).
|
||||
|
||||
Reference in New Issue
Block a user