Skip to content

Commit b8bfda3

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Clarify VALUE_IS_ARRAY usage
2 parents 61b4ca8 + 3ce1fd9 commit b8bfda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/input.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ There are five option variants you can use:
221221
Accept either the flag (e.g. ``--yell``) or its negation (e.g.
222222
``--no-yell``).
223223

224-
You can combine ``VALUE_IS_ARRAY`` with ``VALUE_REQUIRED`` or
224+
You need to combine ``VALUE_IS_ARRAY`` with ``VALUE_REQUIRED`` or
225225
``VALUE_OPTIONAL`` like this::
226226

227227
$this

0 commit comments

Comments
 (0)