Skip to content

Commit f043084

Browse files
committed
docs: Fix PostGIS function name
1 parent 9cf5dbc commit f043084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/datatypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ create table shapes(
235235
);
236236

237237
-- name: GetCentroids :many
238-
SELECT id, name, ST_Centriod(geom)::geometry FROM shapes;
238+
SELECT id, name, ST_Centroid(geom)::geometry FROM shapes;
239239
```
240240

241241
```json

0 commit comments

Comments
 (0)