From dd31eb17c6b5283bfee0c3c513192cd257b015cc Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Thu, 22 Dec 2022 21:38:50 +0100 Subject: [PATCH] DOC: GEOSEquals place -> plane (#778) --- capi/geos_c.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capi/geos_c.h.in b/capi/geos_c.h.in index e598131c9f..f47989ca44 100644 --- a/capi/geos_c.h.in +++ b/capi/geos_c.h.in @@ -4185,7 +4185,7 @@ extern char GEOS_DLL GEOSContains(const GEOSGeometry* g1, const GEOSGeometry* g2 extern char GEOS_DLL GEOSOverlaps(const GEOSGeometry* g1, const GEOSGeometry* g2); /** -* True if geometries cover the same space on the place. +* True if geometries cover the same space on the plane. * \param g1 Input geometry * \param g2 Input geometry * \returns 1 on true, 0 on false, 2 on exception