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 2022/09/04 18:50:57 UTC

[incubator-sedona] branch master updated: [SEDONA-158] Fix wrong description about ST_GeometryN in the API docs (#678)

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/incubator-sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 58bc459d [SEDONA-158] Fix wrong description about ST_GeometryN in the API docs (#678)
58bc459d is described below

commit 58bc459d435fda9846420f3d778718c4f8df0d93
Author: Kengo Seki <se...@apache.org>
AuthorDate: Mon Sep 5 03:50:52 2022 +0900

    [SEDONA-158] Fix wrong description about ST_GeometryN in the API docs (#678)
---
 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 49dae112..426a47a3 100644
--- a/docs/api/sql/Function.md
+++ b/docs/api/sql/Function.md
@@ -528,7 +528,7 @@ Result:
 
 ## ST_GeometryN
 
-Introduction: Return the 1-based Nth geometry if the geometry is a GEOMETRYCOLLECTION, (MULTI)POINT, (MULTI)LINESTRING, MULTICURVE or (MULTI)POLYGON Otherwise, return null
+Introduction: Return the 0-based Nth geometry if the geometry is a GEOMETRYCOLLECTION, (MULTI)POINT, (MULTI)LINESTRING, MULTICURVE or (MULTI)POLYGON. Otherwise, return null
 
 Format: `ST_GeometryN(geom: geometry, n: Int)`