doc fix: s/DefObjectives/DefBuckets/

This commit is contained in:
Michael Stapelberg 2015-05-30 17:30:45 +02:00
parent fcd2986466
commit 23ef520369
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ type HistogramOpts struct {
// element in the slice is the upper inclusive bound of a bucket. The
// values must be sorted in strictly increasing order. There is no need
// to add a highest bucket with +Inf bound, it will be added
// implicitly. The default value is DefObjectives.
// implicitly. The default value is DefBuckets.
Buckets []float64
}