From 03165750e500e892e4568ae21c2799e329c09855 Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Tue, 12 Aug 2025 21:44:40 +1000 Subject: [PATCH] Update geos_module.cpp --- src/spatial/modules/geos/geos_module.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spatial/modules/geos/geos_module.cpp b/src/spatial/modules/geos/geos_module.cpp index 0c0cb337..c00852f5 100644 --- a/src/spatial/modules/geos/geos_module.cpp +++ b/src/spatial/modules/geos/geos_module.cpp @@ -362,7 +362,7 @@ struct ST_BuildArea { } static constexpr auto DESCRIPTION = R"( - Creates a polygonal geometry by attemtping to "fill in" the input geometry. + Creates a polygonal geometry by attempting to "fill in" the input geometry. Unlike ST_Polygonize, this function does not fill in holes.)"; @@ -1028,7 +1028,7 @@ struct ST_DistanceWithin { }); func.SetDescription(R"( - Returns if two geometries are within a target distance of each-other + Returns true if two geometries are within a target distance of each-other )"); func.SetTag("ext", "spatial");