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 9786f06 commit 6076ccfCopy full SHA for 6076ccf
lib/SymbolTree.js
@@ -550,7 +550,7 @@ class SymbolTree {
550
* where n and m are the amount of ancestors of `left` and `right`;
551
* where o is the amount of children of the lowest common ancestor of `left` and `right`:
552
* `O(n + m + o)` (worst case)
553
- * `O(n + m) (amortized, if the tree is not modified)
+ * `O(n + m)` (amortized, if the tree is not modified)
554
*
555
* @method compareTreePosition
556
* @memberOf module:symbol-tree#
0 commit comments