Skip to content

Commit 1d979cc

Browse files
Merge pull request #9951 from hckr/patch-1
Fix typo in comment for MAX_SAFE_INTEGER
2 parents 394dbbf + 3474480 commit 1d979cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/es2015.core.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ interface NumberConstructor {
226226
/**
227227
* The value of the largest integer n such that n and n + 1 are both exactly representable as
228228
* a Number value.
229-
* The value of Number.MIN_SAFE_INTEGER is 9007199254740991 2^53 − 1.
229+
* The value of Number.MAX_SAFE_INTEGER is 9007199254740991 2^53 − 1.
230230
*/
231231
readonly MAX_SAFE_INTEGER: number;
232232

0 commit comments

Comments
 (0)