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 f7b6f8c commit 0fcb122Copy full SHA for 0fcb122
packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/BoundedScopeHandler.ts
@@ -92,7 +92,7 @@ abstract class BoundedBaseScopeHandler extends BaseScopeHandler {
92
direction,
93
{
94
...hints,
95
- // For the every scope modifier, we don't want to go outside of the surrounding pair
+ // For the every scope, we don't want to go outside of the surrounding pair
96
containment: isEveryScopeModifier(hints)
97
? "required"
98
: hints.containment,
0 commit comments