Skip to content

Commit 47a03d9

Browse files
authored
Rollup merge of rust-lang#75859 - jrheard:patch-2, r=jonas-schievink
doc: Fix typo in std::process::Child documentation Nearly done reading stdlib docs, found another small typo, here's a PR! r? @steveklabnik
2 parents 7209b9c + bc47f70 commit 47a03d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ use crate::sys_common::{AsInner, AsInnerMut, FromInner, IntoInner};
126126
///
127127
/// # Warning
128128
///
129-
/// On some system, calling [`wait`] or similar is necessary for the OS to
129+
/// On some systems, calling [`wait`] or similar is necessary for the OS to
130130
/// release resources. A process that terminated but has not been waited on is
131131
/// still around as a "zombie". Leaving too many zombies around may exhaust
132132
/// global resources (for example process IDs).

0 commit comments

Comments
 (0)