Skip to content

Commit bc47f70

Browse files
authored
doc: Fix typo in std::process::Child documentation
1 parent 5180f3d commit bc47f70

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)