Skip to content

Commit

Permalink
Unrolled build for rust-lang#119386
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#119386 - Emilgardis:typo-ipaddr-canonical-doc, r=est31

fix typo in `IpAddr::to_canonical`
  • Loading branch information
rust-timer authored Dec 30, 2023
2 parents c2354aa + 12dd5d1 commit da6665c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/net/ip_addr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down

0 comments on commit da6665c

Please sign in to comment.