diff options
author | kpdecker <kpdecker@gmail.com> | 2014-11-29 17:59:09 -0600 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2014-11-29 17:59:09 -0600 |
commit | a655aedb5cf523430b08ada5f8cc4730d1db3e5b (patch) | |
tree | 0fdf5adfe0824f0310fe1745effcc1576d060933 /lib/handlebars/compiler/compiler.js | |
parent | 928ba56b9577fd6cd874f0a83178f1265a6d0526 (diff) | |
download | handlebars.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.js | 2 |
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); } |