Skip to content

Commit

Permalink
DOC: GEOSEquals place -> plane (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
visr authored Dec 22, 2022
1 parent 1a45736 commit dd31eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capi/geos_c.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd31eb1

Please sign in to comment.