Skip to content

Commit

Permalink
Fix docs for TcpListener example.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunKarran committed Jan 5, 2017
1 parent 95b14a3 commit ec9adcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/net/tcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub struct TcpStream(net_imp::TcpStream);
/// // ...
/// }
///
/// // accept connections and process them, spawning a new thread for each one
/// // accept connections and process them
/// for stream in listener.incoming() {
/// match stream {
/// Ok(stream) => {
Expand Down

0 comments on commit ec9adcc

Please sign in to comment.