mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
fix some typos
Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
parent
cb9d78fc7f
commit
530a3e2df3
5 changed files with 5 additions and 5 deletions
|
@ -998,7 +998,7 @@ impl IndexScheduler {
|
|||
}()
|
||||
.unwrap_or_default();
|
||||
|
||||
// The write transaction is directly owned and commited inside.
|
||||
// The write transaction is directly owned and committed inside.
|
||||
match self.index_mapper.delete_index(wtxn, &index_uid) {
|
||||
Ok(()) => (),
|
||||
Err(Error::IndexNotFound(_)) if index_has_been_created => (),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue