Skip to content

Commit

Permalink
Rollup merge of #75859 - jrheard:patch-2, r=jonas-schievink
Browse files Browse the repository at this point in the history
doc: Fix typo in std::process::Child documentation

Nearly done reading stdlib docs, found another small typo, here's a PR!

r? @steveklabnik
  • Loading branch information
JohnTitor authored Aug 24, 2020
2 parents 7209b9c + bc47f70 commit 47a03d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ use crate::sys_common::{AsInner, AsInnerMut, FromInner, IntoInner};
///
/// # 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).
Expand Down

0 comments on commit 47a03d9

Please sign in to comment.