Skip to content

Commit

Permalink
[Translation] Fixes typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaedl committed May 1, 2019
1 parent 9041637 commit e11985f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Translation/Util/ArrayConverter.php
Expand Up @@ -27,7 +27,7 @@ class ArrayConverter
{
/**
* Converts linear messages array to tree-like array.
* For example this rray('foo.bar' => 'value') will be converted to ['foo' => ['bar' => 'value']].
* For example this array('foo.bar' => 'value') will be converted to ['foo' => ['bar' => 'value']].
*
* @param array $messages Linear messages array
*
Expand Down

0 comments on commit e11985f

Please sign in to comment.