Skip to content

Commit

Permalink
std::net: fix doc markdown in Ipv6Addr::is_unique_local()
Browse files Browse the repository at this point in the history
  • Loading branch information
little-dude committed Apr 20, 2019
1 parent 1f0aa40 commit aea687c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/net/ip.rs
Expand Up @@ -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].
///
Expand Down

0 comments on commit aea687c

Please sign in to comment.