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 754b5b6 commit 5abccf4Copy full SHA for 5abccf4
packages/cursorless-engine/src/util/allocateHats/chooseTokenHat.ts
@@ -76,10 +76,10 @@ export function chooseTokenHat(
76
// Narrow to the hats with the lowest penalty
77
negativePenalty,
78
79
- // 5. Avoid the first grapheme of the token if possible
+ // Avoid the first grapheme of the token if possible
80
avoidFirstLetter,
81
82
- // 6. Prefer hats that sit on a grapheme that doesn't appear in any highly
+ // Prefer hats that sit on a grapheme that doesn't appear in any highly
83
// ranked token
84
minimumTokenRankContainingGrapheme(tokenRank, graphemeTokenRanks),
85
])!;
0 commit comments