From 2f2d84b5a33332e5f61433a2c15fbea6fc6374ff Mon Sep 17 00:00:00 2001 From: Urs Kobald Date: Sun, 5 Jan 2020 09:39:25 +0100 Subject: [PATCH] Fix code example for definitionList. --- console/style.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/console/style.rst b/console/style.rst index 5dac6052669..dd981436e50 100644 --- a/console/style.rst +++ b/console/style.rst @@ -162,8 +162,8 @@ Content Methods $io->definitionList( 'This is a title', ['foo1' => 'bar1'], - ['foo2' => 'bar2'] - ['foo3' => 'bar3'] + ['foo2' => 'bar2'], + ['foo3' => 'bar3'], new TableSeparator(), 'This is another title', ['foo4' => 'bar4']