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 7f1a6c4 commit 8ccd66dCopy full SHA for 8ccd66d
rules/sort-regexp/get-character-class-element-category.ts
@@ -7,7 +7,7 @@ import { isDigitCharacter } from './is-digit-character'
7
/**
8
* Maps a character class element to a sortable category bucket.
9
*
10
- * @param element - Character class element to categories.
+ * @param element - Character class element to categorize.
11
* @returns Numeric category representing the element group.
12
*/
13
export function getCharacterClassElementCategory(
0 commit comments