Skip to content

Commit

Permalink
Fix a typo in the manual reader (#3509)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
MadVikingGod and MrAlias committed Dec 5, 2022
1 parent a436ae7 commit e97704c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/metric/manual_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"go.opentelemetry.io/otel/sdk/metric/metricdata"
)

// manualReader is a a simple Reader that allows an application to
// manualReader is a simple Reader that allows an application to
// read metrics on demand.
type manualReader struct {
producer atomic.Value
Expand Down

0 comments on commit e97704c

Please sign in to comment.