diff --git a/web/book/src/reference/stdlib/transforms/aggregate.md b/web/book/src/reference/stdlib/transforms/aggregate.md index 303ed80b186f..86692169c492 100644 --- a/web/book/src/reference/stdlib/transforms/aggregate.md +++ b/web/book/src/reference/stdlib/transforms/aggregate.md @@ -5,7 +5,7 @@ Summarizes many rows into one row. When applied: - without `group`, it produces one row from the whole table, -- within a `group` pipeline, it produces one row from each group. +- within a `group` pipeline, it produces one column from each group. ```prql no-eval aggregate {expression or assign operations}