mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Fix typos in comments
This commit is contained in:
parent
b0adc73ce6
commit
263e825619
4 changed files with 7 additions and 8 deletions
|
@ -449,7 +449,6 @@ where
|
|||
otherwise => otherwise,
|
||||
};
|
||||
|
||||
// FIXME: return newly added as well as newly deleted documents
|
||||
let (docids, is_merged_database) =
|
||||
write_typed_chunk_into_index(typed_chunk, self.index, self.wtxn, index_is_empty)?;
|
||||
if !docids.is_empty() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue