Skip to content

Commit 75685fe

Browse files
committed
Minor tweaks
1 parent ce3725b commit 75685fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

console/style.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,9 @@ User Input Methods
327327

328328
$io->choice('Select the queue to analyze', ['queue1', 'queue2', 'queue3'], 'queue1');
329329

330-
Choice questions display both the choice value and a numeric index, which starts from 0
331-
by default. To use custom indices, pass an array with custom numeric keys as the choice values::
330+
Choice questions display both the choice value and a numeric index, which
331+
starts from ``0`` by default. To use custom indices, pass an array with
332+
custom numeric keys as the choice values::
332333

333334
$io->choice('Select the queue to analyze', [5 => 'queue1', 6 => 'queue2', 7 => 'queue3']);
334335

0 commit comments

Comments
 (0)