Skip to content

Commit 8d9c21f

Browse files
author
beorn7
committed
Nitpicking a doc comment
Signed-off-by: beorn7 <[email protected]>
1 parent f6443e7 commit 8d9c21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus/example_clustermanager_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func ExampleCollector() {
131131
NewClusterManager("db", reg)
132132
NewClusterManager("ca", reg)
133133

134-
// Add the built in process and golang metrics to this registry
134+
// Add the standard process and Go metrics to the custom registry.
135135
reg.MustRegister(
136136
prometheus.NewProcessCollector(prometheus.ProcessCollectorOpts{}),
137137
prometheus.NewGoCollector(),

0 commit comments

Comments
 (0)