From bf0b7423290979bc7345f766e7cb4f2f360e41d9 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Thu, 19 Dec 2024 21:53:31 +0000 Subject: [PATCH] Change word --- backend/reconcile/src/operation_transformation/operation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());