This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new ac1528a833 docs: Update documented output for ST_GeometryType to not
be all caps (#2391)
ac1528a833 is described below
commit ac1528a833f5e22b7144499a910cd399ad3fdc53
Author: Peter Nguyen <[email protected]>
AuthorDate: Sat Oct 11 17:19:45 2025 -0700
docs: Update documented output for ST_GeometryType to not be all caps
(#2391)
---
docs/api/sql/Function.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/api/sql/Function.md b/docs/api/sql/Function.md
index 7f3e2c08dc..6a893cec16 100644
--- a/docs/api/sql/Function.md
+++ b/docs/api/sql/Function.md
@@ -1920,7 +1920,7 @@ SELECT ST_GeometryType(ST_GeomFromText('LINESTRING(77.29
29.07,77.42 29.26,77.27
Output:
```
-ST_LINESTRING
+ST_LineString
```
## ST_GLocal