Fix typo in comment for MAX_SAFE_INTEGER

This commit is contained in:
Jakub Młokosiewicz 2016-07-26 14:58:16 +02:00 committed by GitHub
parent 3ad83cb889
commit 34744802bc

View File

@ -226,7 +226,7 @@ interface NumberConstructor {
/**
* The value of the largest integer n such that n and n + 1 are both exactly representable as
* a Number value.
* The value of Number.MIN_SAFE_INTEGER is 9007199254740991 2^53 1.
* The value of Number.MAX_SAFE_INTEGER is 9007199254740991 2^53 1.
*/
readonly MAX_SAFE_INTEGER: number;