Fix doc comment typo

This commit is contained in:
Bjoern Rabenstein 2016-08-15 23:22:46 +02:00
parent 390e874a3f
commit 25db044749
1 changed files with 1 additions and 1 deletions

View File

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