From 36020a95c013846abcb59f8796df703f9ac7a7de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Beno=C3=AEt=20Merlet?= Date: Sat, 5 Nov 2011 00:48:00 +0100 Subject: [PATCH] typo --- doc/extensions.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.2.5