Even more tag cleanup.

This commit is contained in:
John-David Dalton
2017-01-18 23:58:17 -08:00
parent 73df84c0b4
commit ee1c64fafe
12 changed files with 12 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ import createCaseFirst from './.internal/createCaseFirst.js';
* @category String
* @param {string} [string=''] The string to convert.
* @returns {string} Returns the converted string.
* @see upperCase, lowerCase, camelCase, kebabCase, snakeCase, startCase
* @see camelCase, kebabCase, lowerCase, snakeCase, startCase, upperCase
* @example
*
* upperFirst('fred');