Skip to content

Commit 1d72dd9

Browse files
authored
Rollup merge of #38799 - minaguib:patch-1, r=steveklabnik
Doc fix
2 parents c0c7941 + ae23f03 commit 1d72dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/net/tcp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pub struct TcpStream(net_imp::TcpStream);
5252
/// // ...
5353
/// }
5454
///
55-
/// // accept connections and process them, spawning a new thread for each one
55+
/// // accept connections and process them serially
5656
/// for stream in listener.incoming() {
5757
/// match stream {
5858
/// Ok(stream) => {

0 commit comments

Comments
 (0)