Skip to content

Commit e8e5fac

Browse files
committed
docs: fix incorrect sample code
1 parent 160e4a4 commit e8e5fac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • user_guide_src/source/outgoing/view_parser

user_guide_src/source/outgoing/view_parser/008.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
'blog_title' => 'My Blog Title',
55
'blog_heading' => 'My Blog Heading',
66
'blog_entry' => [
7-
'title' => 'Title 1',
8-
'body' => 'Body 1',
7+
['title' => 'Title 1'],
8+
['body' => 'Body 1'],
99
],
1010
];
1111

0 commit comments

Comments
 (0)