mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 20:06:31 +00:00
[DOC] Fixed typos in advanced.rst
There are two typos of `Interace`. Although it sounds cool, `Interface` works better for copy and paste.
This commit is contained in:
committed by
Fabien Potencier
parent
23e47c5242
commit
57cd302f50
+1
-1
@@ -554,7 +554,7 @@ An extension is a class that implements the following interface::
|
|||||||
*
|
*
|
||||||
* @param Twig_Environment $environment The current Twig_Environment instance
|
* @param Twig_Environment $environment The current Twig_Environment instance
|
||||||
*
|
*
|
||||||
* @deprecated since 1.23 (to be removed in 2.0), implement Twig_Extension_InitRuntimeInterace instead
|
* @deprecated since 1.23 (to be removed in 2.0), implement Twig_Extension_InitRuntimeInterface instead
|
||||||
*/
|
*/
|
||||||
function initRuntime(Twig_Environment $environment);
|
function initRuntime(Twig_Environment $environment);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user