Fix typo in error messages and comments

This commit is contained in:
Clémentine Urquizar 2021-12-21 16:01:38 +01:00
parent 1b5ca88231
commit f529c46598
No known key found for this signature in database
GPG key ID: D8E7CC7422E77E1A
6 changed files with 8 additions and 8 deletions

View file

@ -78,7 +78,7 @@ impl Store {
/// This function should be called *right after* creating the store.
/// It put back all unfinished update in the `Created` state. This
/// allow us to re-enqueue an update that didn't had the time to finish
/// when Meilisearch closed.
/// when MeiliSearch closed.
pub fn reset_and_return_unfinished_tasks(&mut self) -> Result<BinaryHeap<Pending<TaskId>>> {
let mut unfinished_tasks: BinaryHeap<Pending<TaskId>> = BinaryHeap::new();