Fix _.mixin doc typo.

This commit is contained in:
John-David Dalton
2014-04-30 08:45:52 -07:00
parent 4a493a96d7
commit b761fbaabe

View File

@@ -7887,7 +7887,7 @@
* @param {Object} [options] The options object.
* @param {boolean} [options.chain=true] Specify whether the functions added
* are chainable.
* @returns {Array|Object|string} Returns `object`.
* @returns {Function|Object} Returns `object`.
* @example
*
* function vowels(string) {