Fix documentation, recipes section

This commit is contained in:
iamluc
2016-01-29 11:18:56 +01:00
parent e0fbf85380
commit ed8aa84881
+1 -1
View File
@@ -499,7 +499,7 @@ Loading a Template from a String
From a template, you can easily load a template stored in a string via the
``template_from_string`` function (available as of Twig 1.11 via the
``Twig_Extension_StringLoader`` extension)::
``Twig_Extension_StringLoader`` extension):
.. code-block:: jinja