Skip to content

Commit 5ab714f

Browse files
imbolcpickfire
andauthored
Update library/std/src/net/addr.rs
Co-authored-by: Ivan Tham <[email protected]>
1 parent 2a40b63 commit 5ab714f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/net/addr.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ impl hash::Hash for SocketAddrV6 {
747747
///
748748
/// * `(`[`&str`]`, `[`u16`]`)`: the string should be either a string representation
749749
/// of an [`IpAddr`] address as expected by [`FromStr`] implementation or a host
750-
/// name. The second [`u16`] value of the tuple represents a port.
750+
/// name. [`u16`] is the port number.
751751
///
752752
/// * [`&str`]: the string should be either a string representation of a
753753
/// [`SocketAddr`] as expected by its [`FromStr`] implementation or a string like

0 commit comments

Comments
 (0)