Change word

This commit is contained in:
Andras Schmelczer 2024-12-19 21:53:31 +00:00
parent fddb14886e
commit bf0b742329
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -112,7 +112,7 @@ where
deleted_text
.as_ref()
.is_none_or(|text| builder.get_slice(self.range()) == *text),
"Text to delete does not match the text in the rope"
"Text to delete does not match the text in the range"
);
builder.delete(self.range());