aboutsummaryrefslogtreecommitdiff
path: root/hit_set.go
diff options
context:
space:
mode:
Diffstat (limited to 'hit_set.go')
-rw-r--r--hit_set.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hit_set.go b/hit_set.go
index 98a5b6e..f34b585 100644
--- a/hit_set.go
+++ b/hit_set.go
@@ -246,7 +246,7 @@ func (b bucket) Label() string {
return b.t.Format("15:04 Jan 2")
}
-func (b bucket) YValue() int {
+func (b bucket) Count() int {
return len(b.hits)
}