Update crates/milli/src/update/new/document_change.rs

This commit is contained in:
Tamo 2025-02-03 12:08:52 +01:00 committed by GitHub
parent acc400face
commit d34f0b606c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -208,7 +208,7 @@ impl<'doc> Update<'doc> {
}
if !self.from_scratch {
// no field deletion, so fields that don't appear in `updated` cannot have changed
// no field deletion or update, so fields that don't appear in `updated` cannot have changed
return Ok(changed);
}