Skip to content

Commit

Permalink
More precise wording about other Mustache implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Mar 5, 2012
1 parent 1491a0c commit 08be4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/delegate.md
Expand Up @@ -61,7 +61,7 @@ Alter the template rendering

The `returnValue` property of the *invocation* argument can be written. If you set it in `template:willRenderReturnValueOfInvocation:`, GRMustache will render the value you have provided.

**Warning: If your goal is to design templates that remain compatible with [other Mustache implementations](https://github.com/defunkt/mustache/wiki/Other-Mustache-implementations), don't use this feature.**
**Warning: If your goal is to design templates that remain compatible with [other Mustache implementations](https://github.com/defunkt/mustache/wiki/Other-Mustache-implementations), use this feature with great care.**


### A practical use: providing default values for missing keys
Expand Down

0 comments on commit 08be4e8

Please sign in to comment.