We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad83cb commit 3474480Copy full SHA for 3474480
1 file changed
src/lib/es2015.core.d.ts
@@ -226,7 +226,7 @@ interface NumberConstructor {
226
/**
227
* The value of the largest integer n such that n and n + 1 are both exactly representable as
228
* a Number value.
229
- * The value of Number.MIN_SAFE_INTEGER is 9007199254740991 2^53 − 1.
+ * The value of Number.MAX_SAFE_INTEGER is 9007199254740991 2^53 − 1.
230
*/
231
readonly MAX_SAFE_INTEGER: number;
232
0 commit comments