summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/compiler-api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/compiler-api.md b/docs/compiler-api.md
index 2938219..c9d2e93 100644
--- a/docs/compiler-api.md
+++ b/docs/compiler-api.md
@@ -66,7 +66,7 @@ interface MustacheStatement <: Statement {
interface BlockStatement <: Statement {
type: "BlockStatement";
- path: PathExpression;
+ path: PathExpression | Literal;
params: [ Expression ];
hash: Hash;