Skip to content

Commit

Permalink
Fix typo: "construts" --> "constructs" (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman authored and peterbourgon committed Oct 18, 2019
1 parent 113702b commit 9f5354e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/prometheus/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type Gauge struct {
lvs lv.LabelValues
}

// NewGaugeFrom construts and registers a Prometheus GaugeVec,
// NewGaugeFrom constructs and registers a Prometheus GaugeVec,
// and returns a usable Gauge object.
func NewGaugeFrom(opts prometheus.GaugeOpts, labelNames []string) *Gauge {
gv := prometheus.NewGaugeVec(opts, labelNames)
Expand Down

0 comments on commit 9f5354e

Please sign in to comment.