mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 19:06:40 +00:00
minor #1929 [DOC] Fixed typos in advanced.rst (althaus)
This PR was submitted for the master branch but it was merged into the 1.x branch instead (closes #1929).
Discussion
----------
[DOC] Fixed typos in advanced.rst
Hey,
there are two typos of `Interace`. Although it sounds cool, `Interface` works better for copy and paste.
Cheers
Matthais
Commits
-------
57cd302 [DOC] Fixed typos in advanced.rst
This commit is contained in:
+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
|
||||
*
|
||||
* @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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user