Skip to content

Commit

Permalink
Merge pull request #557 from tonny008/patch-1
Browse files Browse the repository at this point in the history
fix comment in doc
  • Loading branch information
dmonad committed Nov 20, 2023
2 parents 61e84c5 + 7bdf941 commit b32f543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -1072,7 +1072,7 @@ doc.transact(() => {
ytext.insert(0, 'abc')
}, 41)
undoManager.undo()
ytext.toString() // => '' (not tracked because 41 is not an instance of
ytext.toString() // => 'abc' (not tracked because 41 is not an instance of
// `trackedTransactionorigins`)
ytext.delete(0, 3) // revert change

Expand Down

0 comments on commit b32f543

Please sign in to comment.