Skip to content

Commit aea687c

Browse files
committed
std::net: fix doc markdown in Ipv6Addr::is_unique_local()
1 parent 1f0aa40 commit aea687c

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
@@ -1003,7 +1003,7 @@ impl Ipv6Addr {
10031003
}
10041004
}
10051005

1006-
/// Returns [`true`] if this is a unique local address (fc00::/7).
1006+
/// Returns [`true`] if this is a unique local address (`fc00::/7`).
10071007
///
10081008
/// This property is defined in [IETF RFC 4193].
10091009
///

0 commit comments

Comments
 (0)