Add some missing punctuation in the libstd/net/tcp.rs docs.
This commit is contained in:
parent
e2d770a398
commit
a237ceb030
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue