1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00

Merge pull request #770 from seslattery/minor-typo-fix-1

minor typo fix
This commit is contained in:
Tyler Yahn 2020-05-27 09:02:21 -07:00 committed by GitHub
commit 0d86a41e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@
// and the asynchronous instruments are: // and the asynchronous instruments are:
// //
// SumObserver: additive, monotonic // SumObserver: additive, monotonic
// UpDownSumOnserver: additive // UpDownSumObserver: additive
// ValueObserver: non-additive // ValueObserver: non-additive
// //
// All instruments are provided with support for either float64 or // All instruments are provided with support for either float64 or