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

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);
}