From d2f74ee24596fa0bf0a1c095738697c27dbb2e2b Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 5 Oct 2016 08:15:48 -0700 Subject: [PATCH] Minor `_.toString` doc typo fix. [ci skip] --- lodash.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);