Skip to content

Commit b9ae8e4

Browse files
author
Clement Ridoret
committed
fix typo in code example
1 parent ce7fa39 commit b9ae8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/helpers/dialoghelper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ this set the seventh argument to ``true``::
231231

232232
$selectedColors = array_map(function($c) use ($colors) {
233233
return $colors[$c];
234-
}, $selected)
234+
}, $selected);
235235

236236
$output->writeln('You have just selected: ' . implode(', ', $selectedColors));
237237

0 commit comments

Comments
 (0)