Skip to content

Commit d714127

Browse files
committed
README.md: findfirst()
1 parent 9fc2fa0 commit d714127

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
@@ -34,7 +34,7 @@ and deletions).
3434
* `insert!(tree, item)`, `delete!(tree, item)` for element-wise insertion and deletion
3535
* bulk-loading of data using Overlap-minimizing Top-down (OMT) approach (`load!(tree, data)`)
3636
* `subtract!(tree, reg)` for removing data within specified region `reg`
37-
* `contained_in(tree, reg)` and `intersects_with(tree, reg)` spatial queries
37+
* `findfirst(tree, reg, [id])`, `contained_in(tree, reg)` and `intersects_with(tree, reg)` spatial queries
3838

3939
## Simple Spatial Index
4040

0 commit comments

Comments
 (0)