We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4861e commit a10f095Copy full SHA for a10f095
library/std/src/net/mod.rs
@@ -15,7 +15,7 @@
15
//! with networking objects like [`TcpListener`], [`TcpStream`] or [`UdpSocket`]
16
//! * Other types are return or parameter types for various methods in this module
17
//!
18
-//! Rust disables inheritance of socket objects to child processes by default when possible. For
+//! Rust disables inheritance of socket objects to child processes by default when possible. For
19
//! example, through the use of the `CLOEXEC` flag in UNIX systems or the `HANDLE_FLAG_INHERIT`
20
//! flag on Windows.
21
0 commit comments