summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 05182a0..afc1cd1 100644
--- a/README.md
+++ b/README.md
@@ -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
617You can define a scalar function using `db.createAggregateFunction`: 617You can define a aggregate function using `db.createAggregateFunction`:
618```zig 618```zig
619const MyContext = struct { 619const MyContext = struct {
620 sum: u32, 620 sum: u32,