Skip to content

Commit

Permalink
Fix typo (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
wipfli authored Jun 2, 2024
1 parent 8215df6 commit 6ca8276
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public List<T> getContaining(Point point) {
return postFilterContaining(point, items);
}

/** Returns the data associated with all polygons containing {@code point}. */
/** Returns the data associated with all polygons intersecting {@code geom}. */
public List<T> getIntersecting(Geometry geom) {
build();
List<?> items = index.query(geom.getEnvelopeInternal());
Expand Down

0 comments on commit 6ca8276

Please sign in to comment.