We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b527786 commit 7710fc2Copy full SHA for 7710fc2
packages/cursorless-engine/src/languages/TreeSitterQuery/queryPredicateOperators.ts
@@ -319,7 +319,7 @@ class SingleOrMultilineDelimiter extends QueryPredicateOperator<SingleOrMultilin
319
}
320
321
/**
322
- * A predicate operator that sets the a range to the full document.
+ * A predicate operator that sets the range to the full document.
323
*/
324
class DocumentRange extends QueryPredicateOperator<DocumentRange> {
325
name = "document-range!" as const;
0 commit comments