diff --git a/util/src/keys/directory.rs b/util/src/keys/directory.rs index 67bf8cbc1..23c483482 100644 --- a/util/src/keys/directory.rs +++ b/util/src/keys/directory.rs @@ -494,7 +494,7 @@ impl KeyDirectory { // todo: replace with Ref::map when it stabilized to avoid copies Some(self.cache.borrow().get(id) - .expect("should be they key, we have just inserted or checked it") + .expect("Key should be there, we have just inserted or checked it.") .clone()) }