Update milli/src/update/delete_documents.rs

This commit is contained in:
Tamo 2022-12-19 18:23:50 +01:00 committed by GitHub
parent 916c23e7be
commit 69edbf9f6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ pub struct DocumentDeletionResult {
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Default)]
pub enum DeletionStrategy {
#[default]
/// Definitely suppress documents according to the number of size of soft-deleted documents
/// Definitely suppress documents according to the number or size of soft-deleted documents
Dynamic,
/// Never definitely suppress documents
AlwaysSoft,