Skip to content

Commit 5481a49

Browse files
authored
fix
1 parent 3bee1db commit 5481a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function isAlpha(char: string): boolean {
1212
}
1313

1414
export function isUnicode(char: string): boolean {
15-
return UNICODE.test(s);
15+
return UNICODE.test(char);
1616
}
1717

1818
export function preprocessInput(input: string): string {

0 commit comments

Comments
 (0)