Skip to content

Commit d0c1cb1

Browse files
authored
Update TabularColumn.php
1 parent 3c7abf4 commit d0c1cb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TabularColumn.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
class TabularColumn extends BaseColumn
2121
{
2222
/**
23-
* @var array|\Closure the HTML attributes for the table body columns. This can be either an array
24-
* specifying the common HTML attributes for all body column, or an anonymous function that
23+
* @var array|\Closure the HTML attributes for the indivdual table body column. This can be either an array
24+
* specifying the common HTML attributes for indivdual body column, or an anonymous function that
2525
* returns an array of the HTML attributes. It should have the following signature:
2626
*
2727
* ```php

0 commit comments

Comments
 (0)