Skip to content

Commit

Permalink
Fix typo in doc comment
Browse files Browse the repository at this point in the history
Signed-off-by: beorn7 <beorn@grafana.com>
  • Loading branch information
beorn7 committed Nov 9, 2022
1 parent db41dad commit b804be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/random/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func NewMetrics(reg prometheus.Registerer, normMean, normDomain float64) *metric
// parameters of the normal distribution, with 20 buckets
// centered on the mean, each half-sigma wide. The sparse
// buckets are always centered on zero, with a growth factor of
// one bucket to the text of (at most) 1.1. (The precise factor
// one bucket to the next of (at most) 1.1. (The precise factor
// is 2^2^-3 = 1.0905077...)
rpcDurationsHistogram: prometheus.NewHistogram(prometheus.HistogramOpts{
Name: "rpc_durations_histogram_seconds",
Expand Down

0 comments on commit b804be1

Please sign in to comment.