apply all the comments changes

This commit is contained in:
Tamo 2025-01-22 14:30:14 +01:00 committed by Louis Dureuil
parent 7d95950ce6
commit 705d31e8bd
No known key found for this signature in database
4 changed files with 6 additions and 6 deletions

View file

@ -339,7 +339,7 @@ fn open_or_create_database_unchecked(
}
}
/// Ensures Meilisearch version is compatible with the database, returns an error versions mismatch.
/// Ensures Meilisearch version is compatible with the database, returns an error in case of version mismatch.
fn check_version_and_update_task_queue(
db_path: &Path,
experimental_dumpless_upgrade: bool,