We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7958d3 commit a993d7dCopy full SHA for a993d7d
library/std/src/net/ip.rs
@@ -1589,7 +1589,7 @@ impl Ipv6Addr {
1589
/// `::a.b.c.d` and `::ffff:a.b.c.d` become `a.b.c.d`
1590
/// All addresses *not* starting with either all zeroes or `::ffff` will return `None`.
1591
///
1592
- /// [IPv4 address]: Ipv4Addr
+ /// [`IPv4` address]: Ipv4Addr
1593
/// [IPv4-compatible]: Ipv6Addr#ipv4-compatible-ipv6-addresses
1594
/// [IPv4-mapped]: Ipv6Addr#ipv4-mapped-ipv6-addresses
1595
/// [IETF RFC 4291 section 2.5.5.1]: https://tools.ietf.org/html/rfc4291#section-2.5.5.1
0 commit comments