From: BenoƮt Merlet Date: Fri, 4 Nov 2011 23:48:00 +0000 (+0100) Subject: typo X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=36020a95c013846abcb59f8796df703f9ac7a7de;p=web%2Fkonrad%2Ftwig.git typo --- diff --git a/doc/extensions.rst b/doc/extensions.rst index 2ff1334..f4dd481 100644 --- a/doc/extensions.rst +++ b/doc/extensions.rst @@ -130,7 +130,7 @@ Of course, you need to first load the extension file by either using Globals ------- -Global variables can be registered in an extensions via the ``getGlobals()`` +Global variables can be registered in an extension via the ``getGlobals()`` method:: class Project_Twig_Extension extends Twig_Extension @@ -148,7 +148,7 @@ method:: Functions --------- -Functions can be registered in an extensions via the ``getFunctions()`` +Functions can be registered in an extension via the ``getFunctions()`` method:: class Project_Twig_Extension extends Twig_Extension