From b804be1e63aefce2cad6e636c19ddbe6f8163505 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Wed, 9 Nov 2022 17:56:59 +0100 Subject: [PATCH] Fix typo in doc comment Signed-off-by: beorn7 --- examples/random/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/random/main.go b/examples/random/main.go index babe25c..b4f6280 100644 --- a/examples/random/main.go +++ b/examples/random/main.go @@ -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",