Merge pull request #127 from stapelberg/patch-1

doc fix: s/DefObjectives/DefBuckets/
This commit is contained in:
Fabian Reinartz 2015-05-30 17:59:02 +02:00
commit a842dc11e0
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
}