mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Add mdn references to _.toLower and _.toUpper. [ci skip]
This commit is contained in:
@@ -12945,7 +12945,8 @@
|
||||
}
|
||||
|
||||
/**
|
||||
* Converts `string`, as a whole, to lower case.
|
||||
* Converts `string`, as a whole, to lower case just like
|
||||
* [String#toLowerCase](https://mdn.io/toLowerCase).
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
@@ -12968,7 +12969,8 @@
|
||||
}
|
||||
|
||||
/**
|
||||
* Converts `string`, as a whole, to upper case.
|
||||
* Converts `string`, as a whole, to upper case just like
|
||||
* [String#toUpperCase](https://mdn.io/toUpperCase).
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
|
||||
Reference in New Issue
Block a user