File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The JSON OT type supports the following operations:
1414
1515JSON0 is an * invertable* type - which is to say, all operations have an inverse
1616operation 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
1919But 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.
303303The type uses the list-of-op-components model, where each operation makes a
304304series of individual changes to a document. Joseph now thinks this is a
305305terrible 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
308308Jeremy and Joseph have talked about rewriting this library to instead make each
309309operation be a sparse traversal of the document. But it was obnoxiously
You can’t perform that action at this time.
0 commit comments