From 23ef520369734645e21cbe858819fd7b588d11a1 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 30 May 2015 17:30:45 +0200 Subject: [PATCH] doc fix: s/DefObjectives/DefBuckets/ --- prometheus/histogram.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/histogram.go b/prometheus/histogram.go index cba2929..a94bbaf 100644 --- a/prometheus/histogram.go +++ b/prometheus/histogram.go @@ -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 }