Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/spatial/modules/geos/geos_module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.)";

Expand Down Expand Up @@ -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");
Expand Down
Loading