From 08be4e8ccda8df5b0720eb2582e3cd376bacdcbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwendal=20Rou=C3=A9?= Date: Mon, 5 Mar 2012 22:53:52 +0100 Subject: [PATCH] More precise wording about other Mustache implementations --- guides/delegate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/delegate.md b/guides/delegate.md index 82278922..bb1fb5ed 100644 --- a/guides/delegate.md +++ b/guides/delegate.md @@ -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