From 3e465430608dfb4a2464f0fa3cde11fbbef3fa78 Mon Sep 17 00:00:00 2001 From: Ryan Russell Date: Sat, 4 Jun 2022 20:42:53 -0500 Subject: [PATCH] Improve Store Readability Signed-off-by: Ryan Russell --- meilisearch-auth/src/store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meilisearch-auth/src/store.rs b/meilisearch-auth/src/store.rs index 69c4cbd57..48ff6e259 100644 --- a/meilisearch-auth/src/store.rs +++ b/meilisearch-auth/src/store.rs @@ -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 {