Skip to content

Commit

Permalink
Fix English in Scope documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Aug 30, 2022
1 parent 230588e commit 5315a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/instrumentation/scope.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ import "go.opentelemetry.io/otel/attribute"
// Scope represents the instrumentation source of OpenTelemetry data.
//
// Code that uses OpenTelemetry APIs or data-models to produce telemetry needs
// to be identifiable by the receiver of that that data. A Scope is used for
// this purpose. It uniquely identify that code as the source and the extent to
// to be identifiable by the receiver of that data. A Scope is used for this
// purpose, it uniquely identifies that code as the source and the extent to
// which it is relevant.
type Scope struct {
// Name is the name of the instrumentation scope. This should be the
Expand Down

0 comments on commit 5315a1a

Please sign in to comment.