Skip to content

Commit f850f59

Browse files
Nick Hamannsteveklabnik
Nick Hamann
authored andcommitted
Add some missing punctuation in the libstd/net/tcp.rs docs.
1 parent 7b1ff61 commit f850f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/net/tcp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ impl TcpStream {
125125
self.0.duplicate().map(TcpStream)
126126
}
127127

128-
/// Sets the nodelay flag on this connection to the boolean specified
128+
/// Sets the nodelay flag on this connection to the boolean specified.
129129
pub fn set_nodelay(&self, nodelay: bool) -> io::Result<()> {
130130
self.0.set_nodelay(nodelay)
131131
}

0 commit comments

Comments
 (0)