Skip to content

Commit 6518bc0

Browse files
committed
Minor tweak
1 parent 9c33c95 commit 6518bc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/expression_language/extending.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ This method has 3 arguments:
2727
* **name** - The name of the function in an expression;
2828
* **compiler** - A function executed when compiling an expression using the
2929
function;
30-
* **evaluator** - A function executed when the expression is evaluated::
30+
* **evaluator** - A function executed when the expression is evaluated.
31+
32+
Example::
3133

3234
use Symfony\Component\ExpressionLanguage\ExpressionLanguage;
3335

0 commit comments

Comments
 (0)