diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -614,7 +614,7 @@ Each input arguments in the function call in the statement is passed on to the r | |||
| 614 | 614 | ||
| 615 | ## Aggregate functions | 615 | ## Aggregate functions |
| 616 | 616 | ||
| 617 | You can define a scalar function using `db.createAggregateFunction`: | 617 | You can define a aggregate function using `db.createAggregateFunction`: |
| 618 | ```zig | 618 | ```zig |
| 619 | const MyContext = struct { | 619 | const MyContext = struct { |
| 620 | sum: u32, | 620 | sum: u32, |