comment fixup

This commit is contained in:
William Banfield
2022-05-09 18:55:11 -04:00
parent ea6c550a68
commit a7580e4e34
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ func PrometheusMetrics(namespace string, labelsAndValues ...string) *Metrics {
Namespace: namespace,
Subsystem: MetricsSubsystem,
Name: "field",
Help: "Height of the chain.We expect multi-line comments to parse correctly.",
Help: "Height of the chain. We expect multi-line comments to parse correctly.",
}, labels).With(labelsAndValues...),
}
}