Skip to content

Commit f8a5179

Browse files
committed
Minor tweak
1 parent c54fb0e commit f8a5179

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/forms/types/entity.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@ These options inherit from the :doc:`ChoiceType </reference/forms/types/choice>`
241241

242242
**type**: ``boolean`` **default**: ``false``
243243

244-
If true, the user will be able to select multiple options (as opposed
244+
If ``true``, the user will be able to select multiple options (as opposed
245245
to choosing just one option). Depending on the value of the ``expanded``
246-
option, this will render either a select tag or checkboxes if true and
247-
a select tag or radio buttons if false. The returned value will be a
246+
option, this will render either a select tag or checkboxes if ``true`` and
247+
a select tag or radio buttons if ``false``. The returned value will be a
248248
Doctrine's Array Collection.
249249

250250
.. note::

0 commit comments

Comments
 (0)