Skip to content

Commit 8d000a5

Browse files
committed
Fixed a minor RST syntax issue
1 parent f6012cb commit 8d000a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templating/twig_extension.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Create a class that extends ``AbstractExtension`` and fill in the logic::
5858
}
5959
}
6060

61-
If you want to create a function instead of a filter, define the ``getFunctions()``
62-
method:
61+
If you want to create a function instead of a filter, define the
62+
``getFunctions()`` method::
6363

6464
// src/Twig/AppExtension.php
6565
namespace App\Twig;

0 commit comments

Comments
 (0)