s/Subexpression/SubExpression/

This commit is contained in:
kpdecker
2014-11-29 17:59:09 -06:00
parent 928ba56b95
commit a655aedb5c
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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);
}