diff --git a/packages/turf-boolean-overlap/index.ts b/packages/turf-boolean-overlap/index.ts index 648727bf27..948db9cc70 100644 --- a/packages/turf-boolean-overlap/index.ts +++ b/packages/turf-boolean-overlap/index.ts @@ -10,6 +10,8 @@ import { Feature, Geometry, MultiPoint } from "@turf/helpers"; * different from both but of the same dimension. It applies to Polygon/Polygon, LineString/LineString, * Multipoint/Multipoint, MultiLineString/MultiLineString and MultiPolygon/MultiPolygon. * + * In other words, it returns true if the two geometries overlap, provided that neither completely contains the other. + * * @name booleanOverlap * @param {Geometry|Feature} feature1 input * @param {Geometry|Feature} feature2 input