Skip to content

Commit e11985f

Browse files
committed
[Translation] Fixes typo in comment
1 parent 9041637 commit e11985f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Translation/Util/ArrayConverter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ArrayConverter
2727
{
2828
/**
2929
* Converts linear messages array to tree-like array.
30-
* For example this rray('foo.bar' => 'value') will be converted to ['foo' => ['bar' => 'value']].
30+
* For example this array('foo.bar' => 'value') will be converted to ['foo' => ['bar' => 'value']].
3131
*
3232
* @param array $messages Linear messages array
3333
*

0 commit comments

Comments
 (0)