Correct wording of Hash::expand()

This commit is contained in:
euromark 2013-10-19 17:54:43 +02:00
parent 5fbf02e1f1
commit c08df2a7f9

View file

@ -553,7 +553,7 @@ class Hash {
}
/**
* Expand/unflattens an string to an array
* Expands a flat array to a nested array.
*
* For example, unflattens an array that was collapsed with `Hash::flatten()`
* into a multi-dimensional array. So, `array('0.Foo.Bar' => 'Far')` becomes