Add punctuation

This commit is contained in:
Linus Färnstrand
2017-04-02 18:56:25 +02:00
parent 24c9a24dae
commit 5020a99401

View File

@ -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