From 65ce1b0bb5f9dafd553d1294c17376843980b296 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 23 May 2016 09:52:10 -0700 Subject: [PATCH] Remove unnecessary `type` tag. [ci skip] --- lodash.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lodash.js b/lodash.js index 5b5c703ba..08214c546 100644 --- a/lodash.js +++ b/lodash.js @@ -10568,7 +10568,6 @@ * @static * @memberOf _ * @since 0.1.0 - * @type {Function} * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is correctly classified,