summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/src/maybe_polyfill/no_std/net/ip_addr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/rustix/src/maybe_polyfill/no_std/net/ip_addr.rs')
-rw-r--r--vendor/rustix/src/maybe_polyfill/no_std/net/ip_addr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/rustix/src/maybe_polyfill/no_std/net/ip_addr.rs b/vendor/rustix/src/maybe_polyfill/no_std/net/ip_addr.rs
index ffa5302e3..81415e960 100644
--- a/vendor/rustix/src/maybe_polyfill/no_std/net/ip_addr.rs
+++ b/vendor/rustix/src/maybe_polyfill/no_std/net/ip_addr.rs
@@ -1653,7 +1653,7 @@ impl Ipv6Addr {
&& !self.is_benchmarking()
}
- /// Returns the address's multicast scope if the address is multicast.
+ /// Returns the address' multicast scope if the address is multicast.
///
/// # Examples
///