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 255754f commit 53653dbCopy full SHA for 53653db
packages/cursorless-org-docs/src/docs/components/flattenHighlights.ts
@@ -20,7 +20,7 @@ export function flattenHighlights(highlights: Highlight[]): Highlight[] {
20
return intersection && !intersection.isEmpty;
21
});
22
23
- // This sub could be between two scopes.
+ // This range could be between two scopes.
24
if (matchingHighlights.length === 0) {
25
continue;
26
}
0 commit comments