Skip to content

Commit 1b4c821

Browse files
authored
Merge pull request #666 from jeffwidman/patch-1
Remove old reference to basicMetricVec
2 parents 5545057 + 0dc0c21 commit 1b4c821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus/vec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
// their label values. metricVec is not used directly (and therefore
2525
// unexported). It is used as a building block for implementations of vectors of
2626
// a given metric type, like GaugeVec, CounterVec, SummaryVec, and HistogramVec.
27-
// It also handles label currying. It uses basicMetricVec internally.
27+
// It also handles label currying.
2828
type metricVec struct {
2929
*metricMap
3030

0 commit comments

Comments
 (0)