summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2024-12-14 01:35:39 +0100
committerGravatar Vincent Rischmann2024-12-14 01:35:39 +0100
commit5f7181ed0014b32e704e0d856103565e1605598d (patch)
treec73614c20e5e41f2ac13e02ef209e6f369879f77 /README.md
parentreadme: fix examples (diff)
downloadzig-sqlite-5f7181ed0014b32e704e0d856103565e1605598d.tar.gz
zig-sqlite-5f7181ed0014b32e704e0d856103565e1605598d.tar.xz
zig-sqlite-5f7181ed0014b32e704e0d856103565e1605598d.zip
readme: fix typo
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,