diff --git a/src/lib.rs b/src/lib.rs index 6e2e64c..11b2954 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -660,7 +660,7 @@ impl Enr { Ok(None) } - /// Unsets the `tcp` field on the ENR + /// Unsets the `tcp` field on the ENR. pub fn remove_tcp(&mut self, key: &K) -> Result<(), Error> { self.remove_key(TCP_ENR_KEY, key) }