Lapsus clavis (#245)

This commit is contained in:
Cyril Plisko 2018-03-21 20:17:16 +02:00 committed by Carl Lerche
parent 7b1306e6c2
commit df9025594c

View File

@ -94,7 +94,7 @@ impl TcpListener {
/// Attempt to accept a connection and create a new connected `TcpStream` if
/// successful.
///
/// This function is the asme as `accept` above except that it returns a
/// This function is the same as `accept` above except that it returns a
/// `std::net::TcpStream` instead of a `tokio::net::TcpStream`. This in turn
/// can then allow for the TCP stream to be assoiated with a different
/// reactor than the one this `TcpListener` is associated with.