Skip to content

Commit 9b3598c

Browse files
Fix function description in README.md
1 parent 309b9c7 commit 9b3598c

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
@@ -200,7 +200,7 @@ Finds the first interval in the interval tree that overlaps the given interval.
200200

201201
---
202202
### (const)iterator overlap_find_all(interval_type const& ival, OnFindFunctionT const& on_find, bool exclusive)
203-
Finds the first interval in the interval tree that overlaps the given interval.
203+
Finds all intervals in the interval tree that overlaps the given interval.
204204
#### Parameters
205205
* `ival` The interval to find an overlap for.
206206
* `on_find` A function of type bool(iterator) that is called when an interval was found.

0 commit comments

Comments
 (0)