mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 02:16:41 +00:00
typo
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user