From e7f6132a7689fdf8885f73975a6fb02909f82f0f Mon Sep 17 00:00:00 2001 From: beorn7 Date: Wed, 12 Jun 2019 01:46:17 +0200 Subject: [PATCH] Remove work duplication in doc comment Signed-off-by: beorn7 --- prometheus/summary.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/summary.go b/prometheus/summary.go index 101df03..c970fde 100644 --- a/prometheus/summary.go +++ b/prometheus/summary.go @@ -115,7 +115,7 @@ type SummaryOpts struct { // Objectives defines the quantile rank estimates with their respective // absolute error. If Objectives[q] = e, then the value reported for q // will be the φ-quantile value for some φ between q-e and q+e. The - // default value is is an empty map, resulting in a summary without + // default value is an empty map, resulting in a summary without // quantiles. Objectives map[float64]float64