Skip to content

Commit 2f2d84b

Browse files
committed
Fix code example for definitionList.
1 parent e403ae0 commit 2f2d84b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

console/style.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ Content Methods
162162
$io->definitionList(
163163
'This is a title',
164164
['foo1' => 'bar1'],
165-
['foo2' => 'bar2']
166-
['foo3' => 'bar3']
165+
['foo2' => 'bar2'],
166+
['foo3' => 'bar3'],
167167
new TableSeparator(),
168168
'This is another title',
169169
['foo4' => 'bar4']

0 commit comments

Comments
 (0)