From a0c9d3cd1dc47b5a0ed791c8bde54c96b1e58907 Mon Sep 17 00:00:00 2001 From: Roy Klutman Date: Thu, 23 Aug 2018 19:06:31 +0200 Subject: [PATCH] Shorten ternary operator Small fix, shorten the ternary operator as it does exactly the same: https://github.com/twigphp/Twig/blob/2.x/doc/templates.rst#other-operators (see ternary) --- reference/forms/twig_reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/forms/twig_reference.rst b/reference/forms/twig_reference.rst index faf88dde532..101d993d3c3 100644 --- a/reference/forms/twig_reference.rst +++ b/reference/forms/twig_reference.rst @@ -340,7 +340,7 @@ done by using a public ``vars`` property on the .. code-block:: html+twig