mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Doc fix
This commit is contained in:
parent
8f62c29200
commit
ae23f036f0
@ -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 serially
|
||||
/// for stream in listener.incoming() {
|
||||
/// match stream {
|
||||
/// Ok(stream) => {
|
||||
|
Loading…
Reference in New Issue
Block a user