Skip to content

Commit 286b2f5

Browse files
authored
[chore] [mdatagen] Fix generation (#12037)
#### Description An object can only have a single article in English. #### Link to tracking issue #### Testing I made a PR and none of the CI items failed. #### Documentation Signed-off-by: Josh Soref <[email protected]>
1 parent 6147edd commit 286b2f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/mdatagen/internal/samplereceiver/internal/metadata/generated_metrics.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/mdatagen/internal/templates/metrics.go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323

2424
{{ range $name, $info := .Attributes }}
2525
{{- if $info.Enum -}}
26-
// Attribute{{ $name.Render }} specifies the a value {{ $name }} attribute.
26+
// Attribute{{ $name.Render }} specifies the value {{ $name }} attribute.
2727
type Attribute{{ $name.Render }} int
2828

2929
const (

0 commit comments

Comments
 (0)