Skip to content

Commit edf3403

Browse files
committed
clarify search docs, close #35
1 parent 306fecf commit edf3403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Their number must match the one provided when creating a `Flatbush` object.
8383

8484
#### index.search(minX, minY, maxX, maxY[, filterFn])
8585

86-
Returns an array of indices of items in a given bounding box. Item indices refer to the value returned by [`index.add()`](#indexaddminx-miny-maxx-maxy).
86+
Returns an array of indices of items intersecting or touching a given bounding box. Item indices refer to the value returned by [`index.add()`](#indexaddminx-miny-maxx-maxy).
8787

8888
```js
8989
const ids = index.search(10, 10, 20, 20);

0 commit comments

Comments
 (0)