mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 23:37:49 +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,
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user