Skip to content

Commit 9df44f0

Browse files
authored
Merge pull request #12 from laughinghan/patch-1
Fix typo in README about invertability
2 parents c09a886 + d80324f commit 9df44f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The JSON OT type supports the following operations:
1414

1515
JSON0 is an *invertable* type - which is to say, all operations have an inverse
1616
operation which will undo the original op. As such, all operations which delete
17-
content add the content to be deleted inline in the operation.
17+
content have the content to be deleted inline in the operation.
1818

1919
But its not perfect - here's a list of things it *cannot* do:
2020

@@ -303,7 +303,7 @@ out into the share/ottypes library and its finally landed here.
303303
The type uses the list-of-op-components model, where each operation makes a
304304
series of individual changes to a document. Joseph now thinks this is a
305305
terrible idea because it doesn't scale well to large operations - it has
306-
(N<sup>2</sup> instead of 2N complexity).
306+
N<sup>2</sup> instead of 2N complexity.
307307

308308
Jeremy and Joseph have talked about rewriting this library to instead make each
309309
operation be a sparse traversal of the document. But it was obnoxiously

0 commit comments

Comments
 (0)