Skip to content

Commit 53653db

Browse files
Update comment
1 parent 255754f commit 53653db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-org-docs/src/docs/components/flattenHighlights.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function flattenHighlights(highlights: Highlight[]): Highlight[] {
2020
return intersection && !intersection.isEmpty;
2121
});
2222

23-
// This sub could be between two scopes.
23+
// This range could be between two scopes.
2424
if (matchingHighlights.length === 0) {
2525
continue;
2626
}

0 commit comments

Comments
 (0)