Skip to content

Commit b4e6baf

Browse files
authored
Update README.md
1 parent 323657a commit b4e6baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/ex06/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ You'll notice that `state.Filter` is marked as a TypeScript error, we have to ad
9191

9292
````ts
9393
export interface P13nTableState extends State {
94-
Columns: ColumnState[],
94+
Columns: SelectionState[],
9595
Sorter: SortState[],
9696
Groups: GroupState[],
9797
Filter: FilterState

0 commit comments

Comments
 (0)