Skip to content

Commit

Permalink
Update benchmarks/capi/GEOSPreparedContainsPerfTest.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Brendan Ward <bcward@astutespruce.com>
  • Loading branch information
dbaston and brendan-ward committed Sep 9, 2022
1 parent 1c33c6a commit cba700e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/capi/GEOSPreparedContainsPerfTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class GEOSPreparedContainsPerfTest {
int main(int argc, char** argv) {
if (argc != 3) {
std::cout << "perf_geospreparedcontains performs a specified number of point-in-polygon tests" << std::endl;
std::cout << "on randomly generated points from the bounding box of a each geometry provided" << std::endl;
std::cout << "on randomly generated points from the bounding box of each geometry provided" << std::endl;
std::cout << "in a file as WKT." << std::endl;
std::cout << std::endl;
std::cout << "Usage: perf_geospreparedcontains [wktfile] [n]" << std::endl;
Expand Down

0 comments on commit cba700e

Please sign in to comment.