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 89f1af1 commit 50cf3d1Copy full SHA for 50cf3d1
lib/parser.js
@@ -39,7 +39,7 @@ function parseSimpleNumbers (parser) {
39
/**
40
* Used for integer numbers in case of the returnNumbers option
41
*
42
- * The maximimum possible integer to use is: Math.floor(Number.MAX_SAFE_INTEGER / 10)
+ * The maximum possible integer to use is: Math.floor(Number.MAX_SAFE_INTEGER / 10)
43
* Staying in a SMI Math.floor((Math.pow(2, 32) / 10) - 1) is even more efficient though
44
45
* @param parser
0 commit comments