mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Improve Store Readability
Signed-off-by: Ryan Russell <git@ryanrussell.org>
This commit is contained in:
parent
b83455f345
commit
3e46543060
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue