Cleanup tag order.

This commit is contained in:
John-David Dalton
2017-01-16 23:55:06 -08:00
parent 401016d260
commit be6a50b0ed
13 changed files with 13 additions and 13 deletions

View File

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