Skip to content

Commit 0fcb122

Browse files
authored
Update packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/BoundedScopeHandler.ts
1 parent f7b6f8c commit 0fcb122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ abstract class BoundedBaseScopeHandler extends BaseScopeHandler {
9292
direction,
9393
{
9494
...hints,
95-
// For the every scope modifier, we don't want to go outside of the surrounding pair
95+
// For the every scope, we don't want to go outside of the surrounding pair
9696
containment: isEveryScopeModifier(hints)
9797
? "required"
9898
: hints.containment,

0 commit comments

Comments
 (0)