You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/SurroundingPairScopeHandler/createRangeTree.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ import { RangeTreeNode } from "./RangeTreeNode";
3
3
4
4
/**
5
5
* Creates a tree of ranges from a list of ranges. This improves containing lookup time.
6
-
* @param items The ranges to create a tree from.
6
+
* @param items The ranges to create a tree from. They must be sorted in document order.
0 commit comments