mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-02 08:52:21 +02:00
Fix a typo in the manual reader (#3509)
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
This commit is contained in:
parent
a436ae76f7
commit
e97704c1ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user