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 c18ede096 [DOCS] Fix spelling and remove duplicate word (#1332)
c18ede096 is described below

commit c18ede096ecb5b434d8e9b99d13fc1dc48b506b9
Author: John Bampton <[email protected]>
AuthorDate: Thu Apr 11 07:10:43 2024 +1000

    [DOCS] Fix spelling and remove duplicate word (#1332)
---
 docs/api/flink/Function.md                 | 2 +-
 docs/api/snowflake/vector-data/Function.md | 8 ++++----
 docs/api/sql/Function.md                   | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/api/flink/Function.md b/docs/api/flink/Function.md
index 78fe68386..ed2647706 100644
--- a/docs/api/flink/Function.md
+++ b/docs/api/flink/Function.md
@@ -1754,7 +1754,7 @@ true
 
 ## ST_IsValid
 
-Introduction: Test if a geometry is well formed. The function can be invoked 
with just the geometry or with an additional flag (from `v1.5.1`). The flag 
alters the validity checking behavior. The flags parameter is a bitfield with 
the following options:
+Introduction: Test if a geometry is well-formed. The function can be invoked 
with just the geometry or with an additional flag (from `v1.5.1`). The flag 
alters the validity checking behavior. The flags parameter is a bitfield with 
the following options:
 
 - 0 (default): Use usual OGC SFS (Simple Features Specification) validity 
semantics.
 - 1: "ESRI flag", Accepts certain self-touching rings as valid, which are 
considered invalid under OGC standards.
diff --git a/docs/api/snowflake/vector-data/Function.md 
b/docs/api/snowflake/vector-data/Function.md
index 8d6f8d1c8..322ef49af 100644
--- a/docs/api/snowflake/vector-data/Function.md
+++ b/docs/api/snowflake/vector-data/Function.md
@@ -797,7 +797,7 @@ Output: `544430.9411996207`
 
 ## ST_Dump
 
-Introduction: This is an aggregate function that takes a column of of 
geometries as input, and returns a single GeometryCollection of all these 
geometries.
+Introduction: This is an aggregate function that takes a column of geometries 
as input, and returns a single GeometryCollection of all these geometries.
 
 Format: `ST_Dump(geom: geometry)`
 
@@ -836,7 +836,7 @@ Output: `POINT(160 170)`
 
 ## ST_Envelope
 
-Introduction: Return the envelop boundary of A
+Introduction: Return the envelope boundary of A
 
 Format: `ST_Envelope (A:geometry)`
 
@@ -1268,7 +1268,7 @@ FROM polygondf
 
 ## ST_IsValid
 
-Introduction: Test if a geometry is well formed. The function can be invoked 
with just the geometry or with an additional flag (from `v1.5.1`). The flag 
alters the validity checking behavior. The flags parameter is a bitfield with 
the following options:
+Introduction: Test if a geometry is well-formed. The function can be invoked 
with just the geometry or with an additional flag (from `v1.5.1`). The flag 
alters the validity checking behavior. The flags parameter is a bitfield with 
the following options:
 
 - 0 (default): Use usual OGC SFS (Simple Features Specification) validity 
semantics.
 - 1: "ESRI flag", Accepts certain self-touching rings as valid, which are 
considered invalid under OGC standards.
@@ -1528,7 +1528,7 @@ Result:
 
 Introduction: Given an invalid geometry, create a valid representation of the 
geometry.
 
-Collapsed geometries are either converted to empty (keepCollaped=true) or a 
valid geometry of lower dimension (keepCollapsed=false).
+Collapsed geometries are either converted to empty (keepCollapsed=true) or a 
valid geometry of lower dimension (keepCollapsed=false).
 Default is keepCollapsed=false.
 
 Format: `ST_MakeValid (A:geometry)`
diff --git a/docs/api/sql/Function.md b/docs/api/sql/Function.md
index dd39965e9..330d5512e 100644
--- a/docs/api/sql/Function.md
+++ b/docs/api/sql/Function.md
@@ -1762,7 +1762,7 @@ true
 
 ## ST_IsValid
 
-Introduction: Test if a geometry is well formed. The function can be invoked 
with just the geometry or with an additional flag (from `v1.5.1`). The flag 
alters the validity checking behavior. The flags parameter is a bitfield with 
the following options:
+Introduction: Test if a geometry is well-formed. The function can be invoked 
with just the geometry or with an additional flag (from `v1.5.1`). The flag 
alters the validity checking behavior. The flags parameter is a bitfield with 
the following options:
 
 - 0 (default): Use usual OGC SFS (Simple Features Specification) validity 
semantics.
 - 1: "ESRI flag", Accepts certain self-touching rings as valid, which are 
considered invalid under OGC standards.

Reply via email to