Skip to content

Commit a35ce5c

Browse files
committed
Running pnpm run docs
1 parent 4a73a8c commit a35ce5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/turf-boolean-intersects/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Boolean-intersects returns (TRUE) if the intersection of the two geometries is N
1212
* `feature2` **([Geometry][1] | [Feature][2]\<any>)** GeoJSON Feature or Geometry
1313
* `options` **[Object][3]** Optional parameters (optional, default `{}`)
1414

15-
* `options.ignoreSelfIntersections` **[boolean][4]** ignores self-intersections on input features (optional, default `false`)
15+
* `options.ignoreSelfIntersections` **[boolean][4]** ignore self-intersections on input features (optional, default `true`)
1616

1717
### Examples
1818

0 commit comments

Comments
 (0)