diff --git a/src/lib.rs b/src/lib.rs index 86da88f..7e9a5a0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -62,7 +62,7 @@ impl IpNetwork { } } - /// Returns the mask for this `IpNetwork` + /// Returns the mask for this `IpNetwork`. /// That means the `prefix` most significant bits will be 1 and the rest 0 /// /// # Example