Skip to content

Commit 7710fc2

Browse files
update comment
1 parent b527786 commit 7710fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-engine/src/languages/TreeSitterQuery/queryPredicateOperators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ class SingleOrMultilineDelimiter extends QueryPredicateOperator<SingleOrMultilin
319319
}
320320

321321
/**
322-
* A predicate operator that sets the a range to the full document.
322+
* A predicate operator that sets the range to the full document.
323323
*/
324324
class DocumentRange extends QueryPredicateOperator<DocumentRange> {
325325
name = "document-range!" as const;

0 commit comments

Comments
 (0)