Fix typo in doc comment.

Change-Id: Ifa40feb83e89b60b8e3efea298264d91f3758ecb
This commit is contained in:
Bjoern Rabenstein 2014-09-19 13:20:59 +02:00
parent b09d588309
commit 6fbc8ef5c2
1 changed files with 1 additions and 1 deletions

View File

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