Skip to content

Commit 3b4d2cf

Browse files
authored
[4.x] typo (#50)
samurai
1 parent ea6480c commit 3b4d2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/array-helper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ $array = array(
376376
// Flatten the nested array and separate the keys by a dot (".")
377377
$flattenend1 = ArrayHelper::flatten($array);
378378

379-
echo $flattenend1['flower.sakura']; // 'samuari'
379+
echo $flattenend1['flower.sakura']; // 'samurai'
380380

381381
// Custom separator
382382
$flattenend2 = ArrayHelper::flatten($array, '/');

0 commit comments

Comments
 (0)