Skip to content

Commit

Permalink
Fix import comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Sep 20, 2023
1 parent a19f34b commit 78c8318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// major version bumps to this package.
//
// [OpenTelemetry schema files]: https://github.com/open-telemetry/opentelemetry-specification/blob/007f415120090972e22a90afd499640321f160f3/specification/schemas/file_format_v1.1.0.md
package schema // import "go.opentelemetry.io/otel/schema/v1.1"
package schema // import "go.opentelemetry.io/otel/schema"

import (
"io"
Expand Down

0 comments on commit 78c8318

Please sign in to comment.