From 8d9c21f0cf5f73718ee86bb3a8e6432b88e9291d Mon Sep 17 00:00:00 2001 From: beorn7 Date: Tue, 20 Nov 2018 13:41:38 +0100 Subject: [PATCH] Nitpicking a doc comment Signed-off-by: beorn7 --- prometheus/example_clustermanager_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/example_clustermanager_test.go b/prometheus/example_clustermanager_test.go index 4cafa55..92b61ca 100644 --- a/prometheus/example_clustermanager_test.go +++ b/prometheus/example_clustermanager_test.go @@ -131,7 +131,7 @@ func ExampleCollector() { NewClusterManager("db", reg) NewClusterManager("ca", reg) - // Add the built in process and golang metrics to this registry + // Add the standard process and Go metrics to the custom registry. reg.MustRegister( prometheus.NewProcessCollector(prometheus.ProcessCollectorOpts{}), prometheus.NewGoCollector(),