diff --git a/crates/index-scheduler/src/lib.rs b/crates/index-scheduler/src/lib.rs index f91e45914..8715bc100 100644 --- a/crates/index-scheduler/src/lib.rs +++ b/crates/index-scheduler/src/lib.rs @@ -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, }