You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/TreeSitterScopeHandler/getQuerySearchRange.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ function getQuerySearchRangeCore(
68
68
}
69
69
70
70
// 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
72
72
// shift the position backward by a character to ensure we get scopes that
0 commit comments