This commit is contained in:
Andras Schmelczer 2025-06-22 14:58:38 +01:00
parent a070872bd3
commit df6ec254ca
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 21 additions and 76 deletions

View file

@ -245,7 +245,7 @@ where
Operation::create_delete_with_text(
order + overlap,
text.chars()
.skip((deleted_character_count - new_length) as usize)
.skip(deleted_character_count - new_length)
.collect::<String>(),
)
},