Skip to content

Commit

Permalink
docs: fix comparator anchor (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
natlownes committed Dec 28, 2023
1 parent d622357 commit b704c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Table \| Arquero API Reference
* [Table Metadata](#metadata)
* [numCols](#numCols), [numRows](#numRows), [size](#size), [totalRows](#totalRows)
* [isFiltered](#isFiltered), [isGrouped](#isGrouped), [isOrdered](#isOrdered)
* [comparator](#foo), [groups](#groups), [mask](#mask)
* [comparator](#comparator), [groups](#groups), [mask](#mask)
* [params](#params)
* [Table Transformation](#transformation)
* [assign](#assign)
Expand Down

0 comments on commit b704c1c

Please sign in to comment.