Skip to content

Commit 05fbd3f

Browse files
committed
docs: fix incorrect sample code
1 parent 8bb1c17 commit 05fbd3f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • user_guide_src/source/outgoing/view_parser

user_guide_src/source/outgoing/view_parser/008.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
'blog_title' => 'My Blog Title',
55
'blog_heading' => 'My Blog Heading',
66
'blog_entries' => [
7-
['title' => 'Title 1'],
8-
['body' => 'Body 1'],
7+
[
8+
'title' => 'Title 1',
9+
'body' => 'Body 1',
10+
],
911
],
1012
];
1113

0 commit comments

Comments
 (0)