Skip to content

Commit

Permalink
Update packages/cursorless-engine/src/processTargets/modifiers/scopeH…
Browse files Browse the repository at this point in the history
…andlers/OneOfScopeHandler.ts
  • Loading branch information
phillco authored Jan 30, 2025
1 parent b49b31d commit 98d7d09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class OneOfScopeHandler extends BaseScopeHandler {
direction: Direction,
hints: ScopeIteratorRequirements,
): Iterable<TargetScope> {
// If we have used a iteration scope handler, we only want to yield additional scopes from its handler.
// If we have used an iteration scope handler, we only want to yield additional scopes from its handler.
if (this.iterationScopeHandler?.lastYieldedIndex != null) {
const handlerIndex = this.iterationScopeHandler.lastYieldedIndex;
const handler = this.scopeHandlers[handlerIndex];
Expand Down

0 comments on commit 98d7d09

Please sign in to comment.