Improve Store Readability

Signed-off-by: Ryan Russell <git@ryanrussell.org>
This commit is contained in:
Ryan Russell 2022-06-04 20:42:53 -05:00
parent b83455f345
commit 3e46543060
No known key found for this signature in database
GPG Key ID: 8A7DE15B3F4F5007
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ impl HeedAuthStore {
}
/// Codec allowing to retrieve the expiration date of an action,
/// optionnally on a spcific index, for a given key.
/// optionally on a specific index, for a given key.
pub struct KeyIdActionCodec;
impl<'a> milli::heed::BytesDecode<'a> for KeyIdActionCodec {