Skip to content

Commit a237ceb

Browse files
author
Nick Hamann
committed
Add some missing punctuation in the libstd/net/tcp.rs docs.
1 parent e2d770a commit a237ceb

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)