Skip to content

Commit e9346e1

Browse files
committed
minor #10623 Fixed a minor RST syntax issue (javiereguiluz)
This PR was merged into the 4.1 branch. Discussion ---------- Fixed a minor RST syntax issue Commits ------- 8d000a5 Fixed a minor RST syntax issue
2 parents f6012cb + 8d000a5 commit e9346e1

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)