Skip to content

Commit 8ccd66d

Browse files
committed
fix: fix jsdoc typo
1 parent 7f1a6c4 commit 8ccd66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/sort-regexp/get-character-class-element-category.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { isDigitCharacter } from './is-digit-character'
77
/**
88
* Maps a character class element to a sortable category bucket.
99
*
10-
* @param element - Character class element to categories.
10+
* @param element - Character class element to categorize.
1111
* @returns Numeric category representing the element group.
1212
*/
1313
export function getCharacterClassElementCategory(

0 commit comments

Comments
 (0)