Skip to content

Commit e6cb186

Browse files
prql-botclaude
andauthored
docs: correct aggregation function list in aggregate.md (#6002)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 7440807 commit e6cb186

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/book/src/reference/stdlib/transforms/aggregate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ aggregate {expression or assign operations}
1414
<!-- prettier-ignore -->
1515
> [!NOTE]
1616
> Currently, all declared aggregation functions are `min`, `max`,
17-
> `count`, `average`, `stddev`, `avg` and `sum`. We are in the
17+
> `count`, `count_distinct`, `average`, `stddev` and `sum`. We are in the
1818
> process of filling out [std lib](../).
1919
2020
## Examples

0 commit comments

Comments
 (0)