Skip to content

Commit ec9adcc

Browse files
committed
Fix docs for TcpListener example.
1 parent 95b14a3 commit ec9adcc

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
5656
/// for stream in listener.incoming() {
5757
/// match stream {
5858
/// Ok(stream) => {

0 commit comments

Comments
 (0)