From cbf8d6b29ac289a83f2e80f9001e1b59191b89d6 Mon Sep 17 00:00:00 2001 From: dsx Date: Fri, 9 Aug 2024 21:53:42 -0400 Subject: [PATCH] Fix typo (#198) --- src/ipv6.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipv6.rs b/src/ipv6.rs index 64d90c8..ea35cc3 100644 --- a/src/ipv6.rs +++ b/src/ipv6.rs @@ -90,7 +90,7 @@ impl Ipv6Network { /// /// # 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 ///