mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Fix _.mixin doc typo.
This commit is contained in:
@@ -7887,7 +7887,7 @@
|
|||||||
* @param {Object} [options] The options object.
|
* @param {Object} [options] The options object.
|
||||||
* @param {boolean} [options.chain=true] Specify whether the functions added
|
* @param {boolean} [options.chain=true] Specify whether the functions added
|
||||||
* are chainable.
|
* are chainable.
|
||||||
* @returns {Array|Object|string} Returns `object`.
|
* @returns {Function|Object} Returns `object`.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
* function vowels(string) {
|
* function vowels(string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user