Skip to content

Commit df66a89

Browse files
committed
Fix linting
Signed-off-by: Arianna Vespri <[email protected]>
1 parent 2511f67 commit df66a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

expfmt/openmetrics_create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import (
5555
// - According to the OM specs, the `# UNIT` line is optional, but if populated,
5656
// the unit has to be present in the metric name as its suffix:
5757
// (see https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#unit).
58-
// However, in order to accomodate any potential scenario where such a change in the
58+
// However, in order to accommodate any potential scenario where such a change in the
5959
// metric name is not desirable, the users are here given the choice of either explicitly
6060
// opt in, in case they wish for the unit to be included in the output AND in the metric name
6161
// as a suffix (see the description of the ToOpenMetricsWithUnit function below),

0 commit comments

Comments
 (0)