Skip to content

Commit 8fd363d

Browse files
Merge branch 'pythonArguments' of github.com:cursorless-dev/cursorless into pythonArguments
2 parents d212a20 + 0fcb122 commit 8fd363d

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)