Skip to content

Commit

Permalink
Merge pull request #1239 from blikblum/patch-1
Browse files Browse the repository at this point in the history
Update definition of BlockStatement.path
  • Loading branch information
kpdecker authored Aug 21, 2016
2 parents a6a0e50 + f2211dd commit 9fb7bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/compiler-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ interface MustacheStatement <: Statement {

interface BlockStatement <: Statement {
type: "BlockStatement";
path: PathExpression;
path: PathExpression | Literal;
params: [ Expression ];
hash: Hash;

Expand Down

0 comments on commit 9fb7bad

Please sign in to comment.