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 b00a819dd7 [DOCS] Correct the document for ST_MakeValid (#1822)
b00a819dd7 is described below
commit b00a819dd756cecbaa461f4eaf29ca721308f57f
Author: ruanqizhen <[email protected]>
AuthorDate: Thu Feb 20 15:20:31 2025 -0500
[DOCS] Correct the document for ST_MakeValid (#1822)
---
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 26d2ef9dbb..51f63f3a13 100644
--- a/docs/api/sql/Function.md
+++ b/docs/api/sql/Function.md
@@ -2981,7 +2981,7 @@ POLYGON ((7 -1, 7 6, 9 6, 9 1, 7 -1), (6 2, 8 2, 8 1, 6
1, 6 2))
Introduction: Given an invalid geometry, create a valid representation of the
geometry.
-Collapsed geometries are either converted to empty (keepCollapsed=true) or a
valid geometry of lower dimension (keepCollapsed=false).
+Collapsed geometries are either converted to empty (keepCollapsed=false) or a
valid geometry of lower dimension (keepCollapsed=true).
Default is keepCollapsed=false.
Format: