Skip to content

Commit a10f095

Browse files
committed
Run fmt
1 parent 3b4861e commit a10f095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/std/src/net/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//! with networking objects like [`TcpListener`], [`TcpStream`] or [`UdpSocket`]
1616
//! * Other types are return or parameter types for various methods in this module
1717
//!
18-
//! Rust disables inheritance of socket objects to child processes by default when possible. For
18+
//! Rust disables inheritance of socket objects to child processes by default when possible. For
1919
//! example, through the use of the `CLOEXEC` flag in UNIX systems or the `HANDLE_FLAG_INHERIT`
2020
//! flag on Windows.
2121

0 commit comments

Comments
 (0)