Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Nov 2, 2012
1 parent 9634de6 commit b2947e1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Guides/sample_code/number_formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,7 @@ Filters
**[Download the code](../../../../tree/master/Guides/sample_code/number_formatting)**
You may ask yourself, is it worth declaring dozens of stub properties just for formatting numbers?
[Filters](../filters.md) are quite helpful, here. However, **it may be impossible for [other Mustache implementations](https://github.com/defunkt/mustache/wiki/Other-Mustache-implementations) to produce the same rendering.**
So check again the genuine Mustache way, above. Or keep on reading, now that you are warned.
Let's first rewrite our template so that it uses filters:
Let's first rewrite our initial template so that it uses filters:
raw: {{ value }}
percent: {{ percent(value) }}
Expand Down

0 comments on commit b2947e1

Please sign in to comment.