Skip to content

Commit 5c1be35

Browse files
Add additional information to the docstring.
1 parent 0755db3 commit 5c1be35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rangetree/interface.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ type Entry interface {
3535
ValueAtDimension(dimension uint64) int64
3636
}
3737

38-
// Interval describes the methods required to query the rangetree.
38+
// Interval describes the methods required to query the rangetree. Note that
39+
// all ranges are inclusive.
3940
type Interval interface {
4041
// LowAtDimension returns an integer representing the lower bound
4142
// at the requested dimension.

0 commit comments

Comments
 (0)