Skip to content

Commit b804be1

Browse files
committed
Fix typo in doc comment
Signed-off-by: beorn7 <[email protected]>
1 parent db41dad commit b804be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/random/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func NewMetrics(reg prometheus.Registerer, normMean, normDomain float64) *metric
5757
// parameters of the normal distribution, with 20 buckets
5858
// centered on the mean, each half-sigma wide. The sparse
5959
// buckets are always centered on zero, with a growth factor of
60-
// one bucket to the text of (at most) 1.1. (The precise factor
60+
// one bucket to the next of (at most) 1.1. (The precise factor
6161
// is 2^2^-3 = 1.0905077...)
6262
rpcDurationsHistogram: prometheus.NewHistogram(prometheus.HistogramOpts{
6363
Name: "rpc_durations_histogram_seconds",

0 commit comments

Comments
 (0)