Update AST docs for literal helper names

This commit is contained in:
kpdecker
2015-02-09 23:55:01 -06:00
parent 39121cf8f5
commit 55dc82d938
+1 -1
View File
@@ -56,7 +56,7 @@ interface Statement <: Node { }
interface MustacheStatement <: Statement {
type: "MustacheStatement";
path: PathExpression;
path: PathExpression | Literal;
params: [ Expression ];
hash: Hash;