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/getSurroundingPairOccurrences.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ export function getSurroundingPairOccurrences(
34
34
);
35
35
36
36
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.
0 commit comments