Rollup merge of #119386 - Emilgardis:typo-ipaddr-canonical-doc, r=est31

fix typo in `IpAddr::to_canonical`
This commit is contained in:
Matthias Krüger 2023-12-30 11:42:03 +01:00 committed by GitHub
commit b594dfa456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -407,7 +407,7 @@ impl IpAddr {
}
/// Converts this address to an `IpAddr::V4` if it is an IPv4-mapped IPv6 addresses, otherwise it
/// return `self` as-is.
/// returns `self` as-is.
///
/// # Examples
///