Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 69edbf9

Browse files
authored
Update milli/src/update/delete_documents.rs
1 parent 916c23e commit 69edbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

milli/src/update/delete_documents.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pub struct DocumentDeletionResult {
4848
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Default)]
4949
pub enum DeletionStrategy {
5050
#[default]
51-
/// Definitely suppress documents according to the number of size of soft-deleted documents
51+
/// Definitely suppress documents according to the number or size of soft-deleted documents
5252
Dynamic,
5353
/// Never definitely suppress documents
5454
AlwaysSoft,

0 commit comments

Comments
 (0)