Skip to content

Commit c2601fd

Browse files
committed
fix trailing whitespace
1 parent 577677d commit c2601fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/net/ip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pub struct Ipv4Addr {
9999
/// # Textual representation
100100
///
101101
/// `Ipv6Addr` provides a [`FromStr`] implementation. There are many ways to represent
102-
/// an IPv6 address in text, but in general, each segments is written in hexadecimal
102+
/// an IPv6 address in text, but in general, each segments is written in hexadecimal
103103
/// notation, and segments are separated by `:`. For more information, see
104104
/// [IETF RFC 5952].
105105
///

0 commit comments

Comments
 (0)