Skip to content

Commit de7a324

Browse files
cleanup
1 parent 22129f2 commit de7a324

File tree

1 file changed

+1
-1
lines changed
  • packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/TreeSitterScopeHandler

1 file changed

+1
-1
lines changed

packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/TreeSitterScopeHandler/getQuerySearchRange.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function getQuerySearchRangeCore(
6868
}
6969

7070
// If containment is disallowed, we can shift the position forward by a
71-
// character to avoid matching scopes that touch position. Otherwise, we
71+
// character to avoid matching scopes that touch position. Otherwise, we
7272
// shift the position backward by a character to ensure we get scopes that
7373
// touch position, if we allow adjacent scopes.
7474
const proximalShift = containment === "disallowed" ? 1 : -adjacentShift;

0 commit comments

Comments
 (0)