Skip to content

Commit aadf60c

Browse files
committed
Updates
1 parent 091cb67 commit aadf60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ FileTable table = files.stream()
6262
new ColumnDef<>("Size", File::length, 70, Long.class)));
6363
```
6464

65-
### Using `enum` for definition of table columns
65+
### Tip: Using `enum` for definition of table columns
6666
For a table with fixed (i.e. predefined) columns, Java `enum` provides a convenient way to define and access the column
6767
definitions - for example, when a column index is required after the table was created.
6868

0 commit comments

Comments
 (0)