Skip to content

Commit ae23f03

Browse files
authored
Doc fix
1 parent 8f62c29 commit ae23f03

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)