You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2023/11/10 21:13:26 UTC

(sedona) branch master updated: [DOCS] Fix spelling (#1099)

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 c8ff0f692 [DOCS] Fix spelling (#1099)
c8ff0f692 is described below

commit c8ff0f692b8370c1a95fb52c6ac60d3c3f7283b7
Author: John Bampton <jb...@users.noreply.github.com>
AuthorDate: Sat Nov 11 07:13:20 2023 +1000

    [DOCS] Fix spelling (#1099)
---
 docs/api/flink/Function.md | 4 ++--
 docs/api/sql/Function.md   | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/api/flink/Function.md b/docs/api/flink/Function.md
index 6bcd213e1..d0b5ccdb4 100644
--- a/docs/api/flink/Function.md
+++ b/docs/api/flink/Function.md
@@ -736,7 +736,7 @@ Result:
 
 ## ST_ConcaveHull
 
-Introduction: Return the Concave Hull of polgyon A, with alpha set to pctConvex[0, 1] in the Delaunay Triangulation method, the concave hull will not contain a hole unless allowHoles is set to true
+Introduction: Return the Concave Hull of polygon A, with alpha set to pctConvex[0, 1] in the Delaunay Triangulation method, the concave hull will not contain a hole unless allowHoles is set to true
 
 Format: 
 
@@ -1013,7 +1013,7 @@ POINT(160 170)
 
 ## ST_Envelope
 
-Introduction: Return the envelop boundary of A
+Introduction: Return the envelope boundary of A
 
 Format: `ST_Envelope (A: Geometry)`
 
diff --git a/docs/api/sql/Function.md b/docs/api/sql/Function.md
index eede8e0ba..a161e7344 100644
--- a/docs/api/sql/Function.md
+++ b/docs/api/sql/Function.md
@@ -744,7 +744,7 @@ Result:
 
 ## ST_ConcaveHull
 
-Introduction: Return the Concave Hull of polgyon A, with alpha set to pctConvex[0, 1] in the Delaunay Triangulation method, the concave hull will not contain a hole unless allowHoles is set to true
+Introduction: Return the Concave Hull of polygon A, with alpha set to pctConvex[0, 1] in the Delaunay Triangulation method, the concave hull will not contain a hole unless allowHoles is set to true
 
 Format: 
 
@@ -768,7 +768,7 @@ POLYGON ((125 100, 20 40, 50 60, 175 150, 125 100))
 
 ## ST_ConvexHull
 
-Introduction: Return the Convex Hull of polgyon A
+Introduction: Return the Convex Hull of polygon A
 
 Format: `ST_ConvexHull (A: Geometry)`
 
@@ -1024,7 +1024,7 @@ POINT(160 170)
 
 ## ST_Envelope
 
-Introduction: Return the envelop boundary of A
+Introduction: Return the envelope boundary of A
 
 Format: `ST_Envelope (A: Geometry)`
 
@@ -1812,7 +1812,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 (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: