Fix typo in comment

This commit is contained in:
ManyTheFish 2022-08-17 15:09:48 +02:00
parent 2668f841d1
commit e9e2349ce6

View File

@ -903,7 +903,7 @@ mod tests {
]))
.unwrap();
// Check that there is **always** 3 documents.
// Check that there is **always** 6 documents.
let rtxn = index.read_txn().unwrap();
let count = index.number_of_documents(&rtxn).unwrap();
assert_eq!(count, 6);