Fix accidental backtick escape.

This commit is contained in:
Andrew Dupont 2009-04-03 12:52:45 -05:00
parent b748b00ce0
commit 7bf8bd415f
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
*
* There's always the chance that one day you'll need to have a literal in your
* template that looks like a symbol, but is not supposed to be replaced. For
* these situations there's an escape character: the backslash (`\`).
* these situations there's an escape character: the backslash (<code>\</code>).
*
* // NOTE: you're seeing two backslashes here because the backslash
* // is also an escape character in JavaScript strings, so a literal