chore: remove repetitive words (#6290)

Signed-off-by: reallylowest <sunjinping@outlook.com>
This commit is contained in:
reallylowest 2024-04-01 22:47:51 +08:00 committed by GitHub
parent 10ef48a199
commit ed1c5dd184
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -449,7 +449,7 @@ class PadDiff {
// this method is 80% like Changeset.inverse. I just changed so instead of reverting,
// it adds deletions and attribute changes to to the atext.
// it adds deletions and attribute changes to the atext.
PadDiff.prototype._createDeletionChangeset = function (cs, startAText, apool) {
};