Skip to content

Commit 4365672

Browse files
committed
Fix: UG rst syntax
1 parent 8e21075 commit 4365672

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/helpers/array_helper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ The following functions are available:
5858
$baz = dot_array_search('foo.*.baz', $data);
5959

6060
If the array key contains a dot, then the key can be escaped with a backslash::
61+
6162
$data = [
6263
'foo' => [
6364
'bar.baz' => 23
6465
],
6566
'foo.bar' => [
6667
'baz' => 43
6768
],
68-
6969
];
7070

7171
// Returns: 23

0 commit comments

Comments
 (0)