diff --git a/lodash.js b/lodash.js index d4799cdd3..3591d56ba 100644 --- a/lodash.js +++ b/lodash.js @@ -13505,7 +13505,7 @@ * @category String * @param {string} [string=''] The string to search. * @param {string} [target] The string to search for. - * @param {number} [position=string.length] The position to search from. + * @param {number} [position=string.length] The position to search up to. * @returns {boolean} Returns `true` if `string` ends with `target`, * else `false`. * @example