Skip to content

Commit e3635ba

Browse files
authored
Update packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/OneOfScopeHandler.ts
1 parent 951b947 commit e3635ba

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
@@ -88,7 +88,7 @@ export class OneOfScopeHandler extends BaseScopeHandler {
8888
direction: Direction,
8989
hints: ScopeIteratorRequirements,
9090
): Iterable<TargetScope> {
91-
// If we have used the iteration scope handler we only want to yield from it's handler
91+
// If we have used the iteration scope handler, we only want to yield from its handler.
9292
if (this.iterationScopeHandler?.lastYieldedIndex != null) {
9393
const handlerIndex = this.iterationScopeHandler.lastYieldedIndex;
9494
const handler = this.scopeHandlers[handlerIndex];

0 commit comments

Comments
 (0)