From 7bf8bd415f4c239f2ce8e2fc6234b27de1a1390b Mon Sep 17 00:00:00 2001 From: Andrew Dupont Date: Fri, 3 Apr 2009 12:52:45 -0500 Subject: [PATCH] Fix accidental backtick escape. --- src/lang/template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/template.js b/src/lang/template.js index 83d7ab3..800cd43 100644 --- a/src/lang/template.js +++ b/src/lang/template.js @@ -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 (\). * * // NOTE: you're seeing two backslashes here because the backslash * // is also an escape character in JavaScript strings, so a literal