diff --git a/src/lib.rs b/src/lib.rs index 11b2954..0046ad1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -673,7 +673,7 @@ impl Enr { Ok(None) } - /// Unsets the `tcp6` field on the ENR + /// Unsets the `tcp6` field on the ENR. pub fn remove_tcp6(&mut self, key: &K) -> Result<(), Error> { self.remove_key(TCP6_ENR_KEY, key) }