You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/text/characterrange.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -227,8 +227,8 @@ Checks will be made that both [CharacterRange object](#characterrange-object) in
227
227
228
228
The internal steps of the operation are:
229
229
230
-
> - Delete the text from the target instance.
231
-
> - Paste the text from the source instance.
230
+
- Delete the text from the target instance.
231
+
- Paste the text from the source instance.
232
232
233
233
As the span of the [CharacterRange object](#characterrange-object) is not adjusted by this call, when the source [CharacterRange object](#characterrange-object) instance has a shorter span than the target [CharacterRange object](#characterrange-object) instance, the target instance may become invalid.
0 commit comments