diff --git a/backend/reconcile/src/operation_transformation/operation.rs b/backend/reconcile/src/operation_transformation/operation.rs index 062b898..3b1ed23 100644 --- a/backend/reconcile/src/operation_transformation/operation.rs +++ b/backend/reconcile/src/operation_transformation/operation.rs @@ -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());