Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Sep 29, 2012
1 parent 3f9834c commit 5a02653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Articles/WhyMustacheFilters.md
Expand Up @@ -79,7 +79,7 @@ Just like `x`, `f(x)` is an expression that has a value. The GRMustache expressi
- One can render `{{ f(x) }}` instead of `{{ x }}`.
- One can render `{{ f(x.y) }}` instead of `{{ x.y }}`.
- One can render `{{ f(g(x)) }}` instead of `{{ g(x) }}`.
- One can render `{{ f(x)(y) }}` instead of `{{ f(x) }}` (`f` is a meta-filter: a filter that return a filter).
- One can render `{{ f(x)(y) }}` instead of `{{ f(x) }}` (`f` is a meta-filter: a filter that returns a filter).

This fits pretty well with the "scoped" Mustache expression: the regular Mustache syntax lets the user write `*.y` anywhere he can write `*`:

Expand Down

0 comments on commit 5a02653

Please sign in to comment.