Fix ES5 parseInt link. [ci skip]

This commit is contained in:
Alon Niv
2016-01-14 15:33:16 +02:00
committed by John-David Dalton
parent 349dfbf182
commit 455afb0019

View File

@@ -12043,7 +12043,7 @@
* `undefined` or `0`, a `radix` of `10` is used unless `value` is a hexadecimal,
* in which case a `radix` of `16` is used.
*
* **Note:** This method aligns with the [ES5 implementation](https://es5.github.io/#E)
* **Note:** This method aligns with the [ES5 implementation](https://es5.github.io/#x15.1.2.2)
* of `parseInt`.
*
* @static