Remove work duplication in doc comment

Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
beorn7 2019-06-12 01:46:17 +02:00
parent dae2ffdedc
commit e7f6132a76
1 changed files with 1 additions and 1 deletions

View File

@ -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