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 951b947 commit e3635baCopy full SHA for e3635ba
packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/OneOfScopeHandler.ts
@@ -88,7 +88,7 @@ export class OneOfScopeHandler extends BaseScopeHandler {
88
direction: Direction,
89
hints: ScopeIteratorRequirements,
90
): Iterable<TargetScope> {
91
- // If we have used the iteration scope handler we only want to yield from it's handler
+ // If we have used the iteration scope handler, we only want to yield from its handler.
92
if (this.iterationScopeHandler?.lastYieldedIndex != null) {
93
const handlerIndex = this.iterationScopeHandler.lastYieldedIndex;
94
const handler = this.scopeHandlers[handlerIndex];
0 commit comments