We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eeceec commit 0701e1cCopy full SHA for 0701e1c
README.md
@@ -417,7 +417,7 @@ surrounding text is simply ignored (`v3.4 replaces v3.3.1` becomes
417
is not valid). The maximum length for any semver component considered for
418
coercion is 16 characters; longer components will be ignored
419
(`10000000000000000.4.7.4` becomes `4.7.4`). The maximum value for any
420
-semver component is `Integer.MAX_SAFE_INTEGER || (2**53 - 1)`; higher value
+semver component is `Number.MAX_SAFE_INTEGER || (2**53 - 1)`; higher value
421
components are invalid (`9999999999999999.4.7.4` is likely invalid).
422
423
If the `options.rtl` flag is set, then `coerce` will return the right-most
0 commit comments