Skip to content

Commit

Permalink
Update packages/cursorless-engine/src/processTargets/modifiers/scopeH…
Browse files Browse the repository at this point in the history
…andlers/BoundedScopeHandler.ts
  • Loading branch information
phillco authored Jan 28, 2025
1 parent f7b6f8c commit 0fcb122
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ abstract class BoundedBaseScopeHandler extends BaseScopeHandler {
direction,
{
...hints,
// 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
containment: isEveryScopeModifier(hints)
? "required"
: hints.containment,
Expand Down

0 comments on commit 0fcb122

Please sign in to comment.