Skip to content

Commit 163f3ea

Browse files
authored
Update packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/SurroundingPairScopeHandler/getSurroundingPairOccurrences.ts
1 parent 603d613 commit 163f3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/SurroundingPairScopeHandler/getSurroundingPairOccurrences.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function getSurroundingPairOccurrences(
3434
);
3535

3636
if (openingDelimiterIndex === -1) {
37-
// When side is unknown and we can't find an opening delimiter, that means this is the opening delimiter.
37+
// When side is unknown and we can't find an opening delimiter, that means this *is* the opening delimiter.
3838
if (side === "unknown") {
3939
openingDelimitersStack.push(occurrence);
4040
}

0 commit comments

Comments
 (0)