From 25db0447498b30e85d2947c24d5f1d37979b56bd Mon Sep 17 00:00:00 2001 From: Bjoern Rabenstein Date: Mon, 15 Aug 2016 23:22:46 +0200 Subject: [PATCH] Fix doc comment typo --- prometheus/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/doc.go b/prometheus/doc.go index c867860..b15a2d3 100644 --- a/prometheus/doc.go +++ b/prometheus/doc.go @@ -64,7 +64,7 @@ // // // This is a complete program that exports two metrics, a Gauge and a Counter, -// the later with a label attached to turn it into a (one-dimensional) vector. +// the latter with a label attached to turn it into a (one-dimensional) vector. // // Metrics //