Skip to content

Commit e31ff0a

Browse files
authored
Merge pull request #339 from singularitti/patch-1
Fix `sink` type for IndexedTables.jl in docs
2 parents a29ae22 + 581a113 commit e31ff0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/sinks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ the `TS` type.
105105

106106
## IndexedTable
107107

108-
The statement `@collect IndexedTable` will materialize the query results
108+
The statement `@collect table` will materialize the query results
109109
into a new `IndexedTables.IndexedTable` instance. This statement only
110110
works if the last projection statement transformed the results into a
111111
`NamedTuple`, for example by using the `{}` syntax. The last column of

0 commit comments

Comments
 (0)