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 32eb477 commit b9c65c2Copy full SHA for b9c65c2
packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/util/isHintsEveryScope.ts
@@ -1,7 +1,7 @@
1
import type { ScopeIteratorRequirements } from "../scopeHandler.types";
2
3
/**
4
- * Returns true if the hints belong to the every scope modifier.
+ * Returns whether the hints belong to the every scope modifier.
5
*/
6
export function isEveryScopeModifier(
7
hints: ScopeIteratorRequirements,
0 commit comments