Skip to content

Commit 029fc16

Browse files
More docstring.
1 parent 5c1be35 commit 029fc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rangetree/interface.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ type RangeTree interface {
6161
// a nil is returned for that entry's index in the provided cells.
6262
Delete(entries ...Entry) Entries
6363
// Query will return a list of entries that fall within
64-
// the provided interval.
64+
// the provided interval. The values at dimensions are inclusive.
6565
Query(interval Interval) Entries
6666
// Apply will call the provided function with each entry that exists
6767
// within the provided range, in order. Return false at any time to

0 commit comments

Comments
 (0)