Skip to content

Commit a1b6a49

Browse files
authored
Merge pull request #21 from MaximSmolskiy/fix-function-description-in-README.md
Fix function description in README.md
2 parents 309b9c7 + 9b3598c commit a1b6a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)