Skip to content

Commit 40540dc

Browse files
comment
1 parent 913f8e8 commit 40540dc

File tree

1 file changed

+1
-1
lines changed
  • packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/SurroundingPairScopeHandler

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class InteriorScopeHandler extends BaseScopeHandler {
5555
hints,
5656
);
5757

58-
// No explicit scope type. Just yield all matching scopes.
58+
// No explicit scope type. Just yield all scopes.
5959
if (!this.scopeType.explicitScopeType) {
6060
yield* scopes;
6161
}

0 commit comments

Comments
 (0)