From 85b7890a08fb62a9be68887f401c2900f4fbabe6 Mon Sep 17 00:00:00 2001 From: Linas Linartas Date: Mon, 13 Jul 2020 19:48:44 +0300 Subject: [PATCH] [Console] Update input.rst Minor fix to bring logical consistency between arguments & options. --- console/input.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/input.rst b/console/input.rst index b05f4d7bfac..3ac28516674 100644 --- a/console/input.rst +++ b/console/input.rst @@ -104,7 +104,7 @@ There are three argument variants you can use: The argument can contain any number of values. For that reason, it must be used at the end of the argument list. -You can combine ``IS_ARRAY`` with ``REQUIRED`` and ``OPTIONAL`` like this:: +You can combine ``IS_ARRAY`` with ``REQUIRED`` or ``OPTIONAL`` like this:: $this // ...