doc fix: s/DefObjectives/DefBuckets/
This commit is contained in:
parent
fcd2986466
commit
23ef520369
|
@ -147,7 +147,7 @@ type HistogramOpts struct {
|
||||||
// element in the slice is the upper inclusive bound of a bucket. The
|
// 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
|
// values must be sorted in strictly increasing order. There is no need
|
||||||
// to add a highest bucket with +Inf bound, it will be added
|
// 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
|
Buckets []float64
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue