We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85cca0 commit deff520Copy full SHA for deff520
packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/OneOfScopeHandler.ts
@@ -81,7 +81,7 @@ export class OneOfScopeHandler extends BaseScopeHandler {
81
direction: Direction,
82
hints: ScopeIteratorRequirements,
83
): Iterable<TargetScope> {
84
- // If we have used the iteration scope handler, we only want to yield from its handler.
+ // If we have used a iteration scope handler, we only want to yield additional scopes from its handler.
85
if (this.iterationScopeHandler?.lastYieldedIndex != null) {
86
const handlerIndex = this.iterationScopeHandler.lastYieldedIndex;
87
const handler = this.scopeHandlers[handlerIndex];
0 commit comments