diff --git a/index-scheduler/src/index_mapper.rs b/index-scheduler/src/index_mapper.rs index 478503a39..277fe9d7c 100644 --- a/index-scheduler/src/index_mapper.rs +++ b/index-scheduler/src/index_mapper.rs @@ -89,7 +89,7 @@ impl IndexMapper { let index = self.create_or_open_index(&index_path)?; wtxn.commit()?; - // TODO: it would be better to lazyly create the index. But we need an Index::open function for milli. + // TODO: it would be better to lazily create the index. But we need an Index::open function for milli. if let Some(BeingDeleted) = self.index_map.write().unwrap().insert(uuid, Available(index.clone())) {