mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Fix ES5 parseInt link. [ci skip]
This commit is contained in:
committed by
John-David Dalton
parent
349dfbf182
commit
455afb0019
@@ -12043,7 +12043,7 @@
|
|||||||
* `undefined` or `0`, a `radix` of `10` is used unless `value` is a hexadecimal,
|
* `undefined` or `0`, a `radix` of `10` is used unless `value` is a hexadecimal,
|
||||||
* in which case a `radix` of `16` is used.
|
* 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`.
|
* of `parseInt`.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
|
|||||||
Reference in New Issue
Block a user