From 94f32c433ee3619b6bca7df996a76c7eafdc27cc Mon Sep 17 00:00:00 2001 From: Yutian Li Date: Mon, 27 Aug 2018 11:59:24 -0400 Subject: [PATCH] typo Signed-off-by: Yutian Li --- prometheus/summary.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/summary.go b/prometheus/summary.go index 83b403c..38ee98c 100644 --- a/prometheus/summary.go +++ b/prometheus/summary.go @@ -37,7 +37,7 @@ const quantileLabel = "quantile" // A typical use-case is the observation of request latencies. By default, a // Summary provides the median, the 90th and the 99th percentile of the latency // as rank estimations. However, the default behavior will change in the -// upcoming v0.10 of the library. There will be no rank estiamtions at all by +// upcoming v0.10 of the library. There will be no rank estimations at all by // default. For a sane transition, it is recommended to set the desired rank // estimations explicitly. //