Skip to content

Commit c10ae36

Browse files
committed
fix typo
1 parent 9d98258 commit c10ae36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spatial/modules/geos/geos_module.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ struct ST_DistanceWithin {
12901290
});
12911291

12921292
func.SetDescription(R"(
1293-
Returns if two geometries are within a target distance of each-other
1293+
Returns true if two geometries are within a target distance of each-other
12941294
)");
12951295

12961296
func.SetTag("ext", "spatial");

0 commit comments

Comments
 (0)