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

@@ -15,7 +15,7 @@ const reHasRegExpChar = RegExp(reRegExpChar.source);
* @category String
* @param {string} [string=''] The string to escape.
* @returns {string} Returns the escaped string.
* @see unescape, escape, escapeRegExp
* @see escape, escapeRegExp, unescape
* @example
*
* escapeRegExp('[lodash](https://lodash.com/)');