Skip to content

Commit 7a24636

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Clarify VALUE_IS_ARRAY usage
2 parents 3a566ec + b8bfda3 commit 7a24636

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)