From 5f7181ed0014b32e704e0d856103565e1605598d Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sat, 14 Dec 2024 01:35:39 +0100 Subject: readme: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 ## Aggregate functions -You can define a scalar function using `db.createAggregateFunction`: +You can define a aggregate function using `db.createAggregateFunction`: ```zig const MyContext = struct { sum: u32, -- cgit v1.2.3