Skip to content

Commit 6e610bf

Browse files
committed
[Components] [ExpressionLanguage] Fix missing quote
1 parent 6212968 commit 6e610bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/expression_language/extending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ That means the functions can be used in any expression executed by that
2121
instance.
2222

2323
To register a function, use
24-
:method:`Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage::register``.
24+
:method:`Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage::register`.
2525
This method has 3 arguments:
2626

2727
* **name** - The name of the function in an expression;

0 commit comments

Comments
 (0)