diff --git a/prometheus/untyped.go b/prometheus/untyped.go index a5a4e77..c65ab1c 100644 --- a/prometheus/untyped.go +++ b/prometheus/untyped.go @@ -21,7 +21,7 @@ import "hash/fnv" // An Untyped metric works the same as a Gauge. The only difference is that to // no type information is implied. // -// To create Gauge instances, use NewUntyped. +// To create Untyped instances, use NewUntyped. type Untyped interface { Metric Collector