forked from mirror/client_golang
Remove work duplication in doc comment
Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
dae2ffdedc
commit
e7f6132a76
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue