Skip to content

Commit

Permalink
minor #4922 Fix typo: missing space (ifdattic)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Fix typo: missing space

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.3
| Fixed tickets |

Commits
-------

6cf38d3 Fix typo: missing space
  • Loading branch information
weaverryan committed Jan 30, 2015
2 parents 20d80c3 + 6cf38d3 commit 418a73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/console/helpers/dialoghelper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ this set the seventh argument to ``true``::
true // enable multiselect
);

$selectedColors = array_map(function($c) use ($colors) {
$selectedColors = array_map(function ($c) use ($colors) {
return $colors[$c];
}, $selected);

Expand Down

0 comments on commit 418a73b

Please sign in to comment.