Skip to content

Commit 6076ccf

Browse files
Fix typo in jsdoc markdown
1 parent 9786f06 commit 6076ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SymbolTree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ class SymbolTree {
550550
* where n and m are the amount of ancestors of `left` and `right`;
551551
* where o is the amount of children of the lowest common ancestor of `left` and `right`:
552552
* `O(n + m + o)` (worst case)
553-
* `O(n + m) (amortized, if the tree is not modified)
553+
* `O(n + m)` (amortized, if the tree is not modified)
554554
*
555555
* @method compareTreePosition
556556
* @memberOf module:symbol-tree#

0 commit comments

Comments
 (0)