Skip to content

Commit d80324f

Browse files
committed
Remove confusing parentheses in README
1 parent a3e542a commit d80324f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)