doc: Fix typo in std::process::Child documentation
This commit is contained in:
parent
5180f3da5f
commit
bc47f70f88
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ use crate::sys_common::{AsInner, AsInnerMut, FromInner, IntoInner};
|
||||||
///
|
///
|
||||||
/// # Warning
|
/// # 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
|
/// 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
|
/// still around as a "zombie". Leaving too many zombies around may exhaust
|
||||||
/// global resources (for example process IDs).
|
/// global resources (for example process IDs).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue