Escape the backtick in _.escape docs. [ci skip]

This commit is contained in:
Mohsen Azimi
2015-02-27 10:06:42 -08:00
committed by jdalton
parent 68942f7ec4
commit 73c4829255
2 changed files with 2 additions and 2 deletions

View File

@@ -5999,7 +5999,7 @@ _.endsWith('abc', 'b', 2);
### <a id="_escapestring"></a>`_.escape([string=''])`
<a href="#_escapestring">#</a> [&#x24C8;](https://github.com/lodash/lodash/blob/3.3.1/lodash.src.js#L9925 "View in source") [&#x24C9;][1] [&#x24C3;](https://www.npmjs.com/package/lodash.escape "See the npm package")
Converts the characters "&", "<", ">", '"', "'", and '`', in `string` to
Converts the characters "&", "<", ">", '"', "'", and "\`", in `string` to
their corresponding HTML entities.
<br>
<br>

View File

@@ -9793,7 +9793,7 @@
}
/**
* Converts the characters "&", "<", ">", '"', "'", and '`', in `string` to
* Converts the characters "&", "<", ">", '"', "'", and "\`", in `string` to
* their corresponding HTML entities.
*
* **Note:** No other characters are escaped. To escape additional characters