Update docs according to PR review · rust-lang/rust@25fb525 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commit 25fb525

Malletsdtolnay

and

committed

Update docs according to PR review

Co-authored-by: David Tolnay dtolnay@gmail.com

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -548,7 +548,7 @@ impl TcpStream {
548 548 self.0.ttl()
549 549 }
550 550
551 -// Sets the value for the `IPV6_UNICAST_HOPS` option on this socket.
551 +/// Sets the value for the `IPV6_UNICAST_HOPS` option on this socket.
552 552 ///
553 553 /// This value sets the unicast hop limit field that is used in every packet
554 554 /// sent from this socket.