Skip to content

Commit 7fb3f3e

Browse files
authored
Merge pull request kubernetes#92353 from farah/farah/fix-typo
Fix typo in metrics.go
2 parents b3033da + 5102802 commit 7fb3f3e

File tree

1 file changed

+1
-1
lines changed
  • staging/src/k8s.io/component-base/metrics/testutil

1 file changed

+1
-1
lines changed

staging/src/k8s.io/component-base/metrics/testutil/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func ExtractMetricSamples(metricsBlob string) ([]*model.Sample, error) {
123123
}
124124
}
125125

126-
// PrintSample returns formated representation of metric Sample
126+
// PrintSample returns formatted representation of metric Sample
127127
func PrintSample(sample *model.Sample) string {
128128
buf := make([]string, 0)
129129
// Id is a VERY special label. For 'normal' container it's useless, but it's necessary

0 commit comments

Comments
 (0)