mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 09:56:28 +00:00 
			
		
		
		
	Fix typo in comment
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user