[geos-commits] [SCM] GEOS branch main updated. bc8d092b7428968b09afecd27160d10b351494e7

git at osgeo.org git at osgeo.org
Thu Mar 14 11:26:10 PDT 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  bc8d092b7428968b09afecd27160d10b351494e7 (commit)
      from  08a24d9b763dbcde847c338539e4c96d24e84b98 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bc8d092b7428968b09afecd27160d10b351494e7
Author: Kevin Kreiser <kevinkreiser at gmail.com>
Date:   Thu Mar 14 14:25:35 2024 -0400

    typo for clarity on GEOSCoordSeq_copyFromBuffer (#1055)

diff --git a/web/content/usage/c_api.md b/web/content/usage/c_api.md
index 2360a2b3e..a0557c631 100644
--- a/web/content/usage/c_api.md
+++ b/web/content/usage/c_api.md
@@ -178,7 +178,7 @@ GEOSCoordSequence* seq = GEOSCoordSeq_copyFromArrays(
 GEOSCoordSeq_destroy(seq);
 ```
 
-Finally, you can create a `GEOSCoordSequence` and initialize it from a coordinate buffer (an array of double in coordinate order, eg: `XYXYXYX`).
+Finally, you can create a `GEOSCoordSequence` and initialize it from a coordinate buffer (an array of double in coordinate order, eg: `XYXYXY`).
 
 ```c
 /* Coordinates in a buffer (X,Y, X,Y, X,Y) */

-----------------------------------------------------------------------

Summary of changes:
 web/content/usage/c_api.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list