Skip to content

Commit

Permalink
Fix reference to TCP in UDP docs
Browse files Browse the repository at this point in the history
Closees #33195
  • Loading branch information
sfackler committed Apr 25, 2016
1 parent cfae4de commit 379e6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/net/udp.rs
Expand Up @@ -324,7 +324,7 @@ impl UdpSocket {
self.0.recv(buf)
}

/// Moves this TCP stream into or out of nonblocking mode.
/// Moves this UDP socket into or out of nonblocking mode.
///
/// On Unix this corresponds to calling fcntl, and on Windows this
/// corresponds to calling ioctlsocket.
Expand Down

0 comments on commit 379e6fc

Please sign in to comment.