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

@@ -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