Fix doc-comment reference to Untyped metric.
This commit is contained in:
parent
cdee5e5e9b
commit
b6525949dd
|
@ -21,7 +21,7 @@ import "hash/fnv"
|
||||||
// An Untyped metric works the same as a Gauge. The only difference is that to
|
// An Untyped metric works the same as a Gauge. The only difference is that to
|
||||||
// no type information is implied.
|
// no type information is implied.
|
||||||
//
|
//
|
||||||
// To create Gauge instances, use NewUntyped.
|
// To create Untyped instances, use NewUntyped.
|
||||||
type Untyped interface {
|
type Untyped interface {
|
||||||
Metric
|
Metric
|
||||||
Collector
|
Collector
|
||||||
|
|
Loading…
Reference in New Issue