We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1ff61 commit f850f59Copy full SHA for f850f59
src/libstd/net/tcp.rs
@@ -125,7 +125,7 @@ impl TcpStream {
125
self.0.duplicate().map(TcpStream)
126
}
127
128
- /// Sets the nodelay flag on this connection to the boolean specified
+ /// Sets the nodelay flag on this connection to the boolean specified.
129
pub fn set_nodelay(&self, nodelay: bool) -> io::Result<()> {
130
self.0.set_nodelay(nodelay)
131
0 commit comments