1
0
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:
Aaron Clawson 2022-12-05 09:56:48 -06:00 committed by GitHub
parent a436ae76f7
commit e97704c1ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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