From 6fbc8ef5c2cd3ae524bfe001f92342c7caaf2b6b Mon Sep 17 00:00:00 2001 From: Bjoern Rabenstein Date: Fri, 19 Sep 2014 13:20:59 +0200 Subject: [PATCH] Fix typo in doc comment. Change-Id: Ifa40feb83e89b60b8e3efea298264d91f3758ecb --- prometheus/vec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/vec.go b/prometheus/vec.go index 899aace..915b20f 100644 --- a/prometheus/vec.go +++ b/prometheus/vec.go @@ -134,7 +134,7 @@ func (m *MetricVec) With(labels Labels) Metric { } // DeleteLabelValues removes the metric where the variable labels are the same -// as those passed in as labels (same error as the VariableLabels in Desc). It +// as those passed in as labels (same order as the VariableLabels in Desc). It // returns true if a metric was deleted. // // It is not an error if the number of label values is not the same as the