Skip to content

Commit

Permalink
Add some missing punctuation in the libstd/net/tcp.rs docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Hamann committed Apr 29, 2015
1 parent e2d770a commit a237ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/net/tcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ impl TcpStream {
self.0.duplicate().map(TcpStream)
}

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

0 comments on commit a237ceb

Please sign in to comment.