fix misspelling (#513)

This commit is contained in:
Kevin Wan
2021-02-23 13:53:19 +08:00
committed by GitHub
parent 904d168f18
commit 56ad4776d4
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ type (
// GaugeVecOpts is an alias of VectorOpts.
GaugeVecOpts VectorOpts
// GaugeVec represents a guage vector.
// GaugeVec represents a gauge vector.
GaugeVec interface {
// Set sets v to labels.
Set(v float64, labels ...string)