Skip to content

Commit deff520

Browse files
Update comment
1 parent b85cca0 commit deff520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/OneOfScopeHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export class OneOfScopeHandler extends BaseScopeHandler {
8181
direction: Direction,
8282
hints: ScopeIteratorRequirements,
8383
): Iterable<TargetScope> {
84-
// If we have used the iteration scope handler, we only want to yield from its handler.
84+
// If we have used a iteration scope handler, we only want to yield additional scopes from its handler.
8585
if (this.iterationScopeHandler?.lastYieldedIndex != null) {
8686
const handlerIndex = this.iterationScopeHandler.lastYieldedIndex;
8787
const handler = this.scopeHandlers[handlerIndex];

0 commit comments

Comments
 (0)