More tag cleanup.

This commit is contained in:
John-David Dalton
2017-01-17 23:55:31 -08:00
parent be6a50b0ed
commit 73df84c0b4
8 changed files with 8 additions and 8 deletions

View File

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