Skip to content

Commit 6c9e09d

Browse files
committed
Fix typo
1 parent c70ea7f commit 6c9e09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/expression_language/extending.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ register.
9797

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

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

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

0 commit comments

Comments
 (0)