diff --git a/lodash.js b/lodash.js index cea37e2af..47a2ab868 100644 --- a/lodash.js +++ b/lodash.js @@ -12475,8 +12475,8 @@ * @memberOf _ * @since 4.0.0 * @category Lang - * @param {*} value The value to process. - * @returns {string} Returns the string. + * @param {*} value The value to convert. + * @returns {string} Returns the converted string. * @example * * _.toString(null);