Skip to content

Commit c0746f6

Browse files
authored
docs: Fix PostGIS function name (#3829)
1 parent 6dacff2 commit c0746f6

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)