Skip to content

Commit c70ea7f

Browse files
committed
Fix typo
1 parent 6d9af37 commit c70ea7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/expression_language/extending.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ register.
9292
9393
.. tip::
9494

95-
You can create an expression expression from a PHP function with the
95+
You can create an expression function from a PHP function with the
9696
:method:`Symfony\\Component\\ExpressionLanguage\\ExpressionFunction::fromPhp` static method::
9797

9898
ExpressionFunction::fromPhp('strtoupper');
9999

100-
It allows namespaced PHP function where second parameter must be set to name expression::
100+
It allows namespaced PHP function where second parameter must be defined to name expression::
101101

102102
ExpressionFunction::fromPhp('My\strtoupper', 'my_strtoupper');
103103

0 commit comments

Comments
 (0)