diff --git a/src/lib.rs b/src/lib.rs index 416e4ce..6e2e64c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -647,7 +647,7 @@ impl Enr { Ok(None) } - /// Unsets the udp6 field on the ENR + /// Unsets the udp6 field on the ENR. pub fn remove_udp6(&mut self, key: &K) -> Result<(), Error> { self.remove_key(UDP6_ENR_KEY, key) }