This commit is contained in:
dsx
2024-08-09 21:53:42 -04:00
committed by GitHub
parent 7e0519cd35
commit cbf8d6b29a

View File

@ -90,7 +90,7 @@ impl Ipv6Network {
/// ///
/// # Safety /// # Safety
/// ///
/// The caller must ensure that the prefix is less than or equal to 32. /// The caller must ensure that the prefix is less than or equal to 128.
/// ///
/// # Examples /// # Examples
/// ///