Skip to content

Commit e1d8df7

Browse files
committed
Tweak
1 parent 647ca84 commit e1d8df7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/console/helpers/questionhelper.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ this use :method:`Symfony\\Component\\Console\\Question\\ChoiceQuestion::setMult
184184
}
185185

186186
Now, when the user enters ``1,2``, the result will be:
187-
``You have just selected: blue, yellow``.
188-
The user can enter string: ``blue,yellow`` as well or even mix string and
189-
the index of the choice like ``blue,2``.
187+
``You have just selected: blue, yellow``. The user can also enter strings
188+
(e.g. ``blue,yellow``) and even mix strings and the index of the choices
189+
(e.g. ``blue,2``).
190190

191191
If the user does not enter anything, the result will be:
192192
``You have just selected: red, blue``.

0 commit comments

Comments
 (0)