From aea687c3148c7ae48833a0faef7e6ada24fce05c Mon Sep 17 00:00:00 2001 From: Corentin Henry Date: Mon, 19 Nov 2018 09:34:04 -0800 Subject: [PATCH] std::net: fix doc markdown in Ipv6Addr::is_unique_local() --- src/libstd/net/ip.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/net/ip.rs b/src/libstd/net/ip.rs index 4dd5e2cafbf2..0fea70c6ed78 100644 --- a/src/libstd/net/ip.rs +++ b/src/libstd/net/ip.rs @@ -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]. ///