This commit is contained in:
Emil Gardström 2023-12-28 19:05:13 +01:00 committed by GitHub
parent f4d794ea0b
commit 12dd5d1d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -407,7 +407,7 @@ pub const fn is_ipv6(&self) -> bool {
}
/// 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
///