mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Escape the backtick in _.escape docs. [ci skip]
This commit is contained in:
@@ -5999,7 +5999,7 @@ _.endsWith('abc', 'b', 2);
|
||||
### <a id="_escapestring"></a>`_.escape([string=''])`
|
||||
<a href="#_escapestring">#</a> [Ⓢ](https://github.com/lodash/lodash/blob/3.3.1/lodash.src.js#L9925 "View in source") [Ⓣ][1] [Ⓝ](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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user