Skip to content

Commit 5f7181e

Browse files
committed
readme: fix typo
1 parent a948faa commit 5f7181e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ Each input arguments in the function call in the statement is passed on to the r
614614

615615
## Aggregate functions
616616

617-
You can define a scalar function using `db.createAggregateFunction`:
617+
You can define a aggregate function using `db.createAggregateFunction`:
618618
```zig
619619
const MyContext = struct {
620620
sum: u32,

0 commit comments

Comments
 (0)