We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6076ccf commit 3cc48ecCopy full SHA for 3cc48ec
api.md
@@ -340,7 +340,7 @@ DISCONNECTED never occurs with any other bit.
340
where n and m are the amount of ancestors of `left` and `right`;
341
where o is the amount of children of the lowest common ancestor of `left` and `right`:
342
`O(n + m + o)` (worst case)
343
-`O(n + m) (amortized, if the tree is not modified)
+`O(n + m)` (amortized, if the tree is not modified)
344
345
**Kind**: instance method of <code>[SymbolTree](#exp_module_symbol-tree--SymbolTree)</code>
346
0 commit comments