Merge pull request #772 from mhansen/patch-1

histogram.go: fix copy/paste typo
This commit is contained in:
Björn Rabenstein 2020-06-22 10:36:28 +02:00 committed by GitHub
commit 023887914b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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