From 1e201f4328a7e5da7063fc2f367aae3bf64174eb Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Mon, 3 Aug 2015 14:10:20 +0200 Subject: [PATCH] =?UTF-8?q?Reword,=20using=20"=CF=86-quantile".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prometheus/summary.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prometheus/summary.go b/prometheus/summary.go index e22246c..0acbae0 100644 --- a/prometheus/summary.go +++ b/prometheus/summary.go @@ -112,8 +112,8 @@ type SummaryOpts struct { ConstLabels Labels // Objectives defines the quantile rank estimates with their respective - // absolute error. If Objectives[q] = e, then the reported q-quantile - // value will be the r-quantile value with r between q-e and q+e. + // 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 DefObjectives. Objectives map[float64]float64