Skip to content

Commit 1f37507

Browse files
committed
Some more syntax
1 parent ad328a8 commit 1f37507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/helpers/table.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ This results in:
305305
$table->setHeaders([
306306
[new TableCell('Main table title', ['colspan' => 3])],
307307
['ISBN', 'Title', 'Author'],
308-
])
308+
]);
309309
// ...
310310

311311
This generates:

0 commit comments

Comments
 (0)