From b6525949dd2b4b54bf87c65f223d5f7805602ca2 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Sat, 13 Jun 2015 02:16:27 +0200 Subject: [PATCH] Fix doc-comment reference to Untyped metric. --- prometheus/untyped.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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