Skip to content

Commit

Permalink
Merge pull request #1166 from prometheus/beorn7/doc
Browse files Browse the repository at this point in the history
Fix typo in doc comment
  • Loading branch information
beorn7 committed Nov 10, 2022
2 parents db41dad + b804be1 commit 449b464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/random/main.go
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 449b464

Please sign in to comment.