Skip to content

Commit bcb569b

Browse files
Malletsdtolnay
andcommitted
Update docs according to PR review
Co-authored-by: David Tolnay <[email protected]>
1 parent ab3fa47 commit bcb569b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/net/tcp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ impl TcpStream {
554554
self.0.ttl()
555555
}
556556

557-
// Sets the value for the `IPV6_UNICAST_HOPS` option on this socket.
557+
/// Sets the value for the `IPV6_UNICAST_HOPS` option on this socket.
558558
///
559559
/// This value sets the unicast hop limit field that is used in every packet
560560
/// sent from this socket.

0 commit comments

Comments
 (0)