This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch branch-1.8.0
in repository https://gitbox.apache.org/repos/asf/sedona.git

commit b12931bae2081146829eecd8d015e6d1b80b75b6
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

Reply via email to