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
1 changed files with 1 additions and 1 deletions

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
///