Merge pull request #772 from mhansen/patch-1
histogram.go: fix copy/paste typo
This commit is contained in:
commit
023887914b
|
@ -607,7 +607,7 @@ func NewConstHistogram(
|
|||
}
|
||||
|
||||
// MustNewConstHistogram is a version of NewConstHistogram that panics where
|
||||
// NewConstMetric would have returned an error.
|
||||
// NewConstHistogram would have returned an error.
|
||||
func MustNewConstHistogram(
|
||||
desc *Desc,
|
||||
count uint64,
|
||||
|
|
Loading…
Reference in New Issue