From 357fcff469958ef0f0894d576ac16d23643d0864 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 17 Apr 2020 11:39:47 +0200 Subject: [PATCH] fix a typo --- reference/forms/types/options/choice_filter.rst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/forms/types/options/choice_filter.rst.inc b/reference/forms/types/options/choice_filter.rst.inc index 1f320bf1a69..d7563dc8a1c 100644 --- a/reference/forms/types/options/choice_filter.rst.inc +++ b/reference/forms/types/options/choice_filter.rst.inc @@ -9,7 +9,7 @@ When using predefined choice types from Symfony core or vendor libraries (i.e. :doc:`CountryType `) this option lets you -define a callable that take each choice as only argument and must return +define a callable that takes each choice as the only argument and must return ``true`` to keep it or ``false`` to discard it:: // src/Form/Type/AddressType.php