Skip to content

Commit 3cc48ec

Browse files
Update generated documentation
1 parent 6076ccf commit 3cc48ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ DISCONNECTED never occurs with any other bit.
340340
where n and m are the amount of ancestors of `left` and `right`;
341341
where o is the amount of children of the lowest common ancestor of `left` and `right`:
342342
`O(n + m + o)` (worst case)
343-
`O(n + m) (amortized, if the tree is not modified)
343+
`O(n + m)` (amortized, if the tree is not modified)
344344

345345
**Kind**: instance method of <code>[SymbolTree](#exp_module_symbol-tree--SymbolTree)</code>
346346

0 commit comments

Comments
 (0)