summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/compiler/compiler.js
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2014-11-29 17:59:09 -0600
committerkpdecker <kpdecker@gmail.com>2014-11-29 17:59:09 -0600
commita655aedb5cf523430b08ada5f8cc4730d1db3e5b (patch)
tree0fdf5adfe0824f0310fe1745effcc1576d060933 /lib/handlebars/compiler/compiler.js
parent928ba56b9577fd6cd874f0a83178f1265a6d0526 (diff)
downloadhandlebars.js-a655aedb5cf523430b08ada5f8cc4730d1db3e5b.zip
handlebars.js-a655aedb5cf523430b08ada5f8cc4730d1db3e5b.tar.gz
handlebars.js-a655aedb5cf523430b08ada5f8cc4730d1db3e5b.tar.bz2
s/Subexpression/SubExpression/
Diffstat (limited to 'lib/handlebars/compiler/compiler.js')
-rw-r--r--lib/handlebars/compiler/compiler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/handlebars/compiler/compiler.js b/lib/handlebars/compiler/compiler.js
index df5a10f..5ba0916 100644
--- a/lib/handlebars/compiler/compiler.js
+++ b/lib/handlebars/compiler/compiler.js
@@ -363,7 +363,7 @@ Compiler.prototype = {
this.opcode('pushStringParam', val, value, val.type);
if (val.type === 'SubExpression') {
- // Subexpressions get evaluated and passed in
+ // SubExpressions get evaluated and passed in
// in string params mode.
this.accept(val);
}