Skip to content

Commit ad9d4e9

Browse files
committed
minor #3243 Syntax error in doc (JakeFr)
This PR was merged into the 1.x branch. Discussion ---------- Syntax error in doc This code sample in advanced.rst is not highlighted in php because the second semicolon is missing Commits ------- fbfac78 Syntax error in doc
2 parents 0ee1c70 + fbfac78 commit ad9d4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ An extension is a class that implements the following interface::
660660

661661
To keep your extension class clean and lean, inherit from the built-in
662662
``\Twig\Extension\AbstractExtension`` class instead of implementing the interface as it provides
663-
empty implementations for all methods:
663+
empty implementations for all methods::
664664

665665
class Project_Twig_Extension extends \Twig\Extension\AbstractExtension
666666
{

0 commit comments

Comments
 (0)