Skip to content

Commit b9c65c2

Browse files
authored
Update packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/util/isHintsEveryScope.ts
1 parent 32eb477 commit b9c65c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/util/isHintsEveryScope.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { ScopeIteratorRequirements } from "../scopeHandler.types";
22

33
/**
4-
* Returns true if the hints belong to the every scope modifier.
4+
* Returns whether the hints belong to the every scope modifier.
55
*/
66
export function isEveryScopeModifier(
77
hints: ScopeIteratorRequirements,

0 commit comments

Comments
 (0)