Small typo fix

Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
Clément Renault
2025-07-17 17:27:00 +02:00
committed by GitHub
parent 1b476b8a35
commit 626be0ef28

View File

@ -139,7 +139,7 @@ pub struct IndexSchedulerOptions {
pub embedding_cache_cap: usize,
/// Snapshot compaction status.
pub experimental_no_snapshot_compaction: bool,
/// Whether dump import use the old document indexer or the new one.
/// Whether dump import uses the old document indexer or the new one.
pub experimental_no_edition_2024_for_dumps: bool,
}