Skip to content

Commit 50cf3d1

Browse files
committed
fix: typo
1 parent 89f1af1 commit 50cf3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function parseSimpleNumbers (parser) {
3939
/**
4040
* Used for integer numbers in case of the returnNumbers option
4141
*
42-
* The maximimum possible integer to use is: Math.floor(Number.MAX_SAFE_INTEGER / 10)
42+
* The maximum possible integer to use is: Math.floor(Number.MAX_SAFE_INTEGER / 10)
4343
* Staying in a SMI Math.floor((Math.pow(2, 32) / 10) - 1) is even more efficient though
4444
*
4545
* @param parser

0 commit comments

Comments
 (0)