Fix typos in comments

This commit is contained in:
ManyTheFish 2023-11-20 10:06:29 +01:00
parent b0adc73ce6
commit 263e825619
4 changed files with 7 additions and 8 deletions

View file

@ -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() {