std::net: fix doc markdown in Ipv6Addr::is_unique_local()

This commit is contained in:
Corentin Henry
2018-11-19 09:34:04 -08:00
parent 1f0aa4043b
commit aea687c314

View File

@@ -1003,7 +1003,7 @@ impl Ipv6Addr {
} }
} }
/// Returns [`true`] if this is a unique local address (fc00::/7). /// Returns [`true`] if this is a unique local address (`fc00::/7`).
/// ///
/// This property is defined in [IETF RFC 4193]. /// This property is defined in [IETF RFC 4193].
/// ///