From b761fbaabe0c461e383b5ea6def492f8d341a143 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 30 Apr 2014 08:45:52 -0700 Subject: [PATCH] Fix `_.mixin` doc typo. --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 26be1602a..7ea8a37d9 100644 --- a/lodash.js +++ b/lodash.js @@ -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) {