From f5364569c2124090b08d426e18d4593278ccd015 Mon Sep 17 00:00:00 2001 From: Sean Slattery Date: Tue, 26 May 2020 23:06:16 -0700 Subject: [PATCH] minor typo fix --- api/metric/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/metric/doc.go b/api/metric/doc.go index 8249b6f6d..cda2159d0 100644 --- a/api/metric/doc.go +++ b/api/metric/doc.go @@ -33,7 +33,7 @@ // and the asynchronous instruments are: // // SumObserver: additive, monotonic -// UpDownSumOnserver: additive +// UpDownSumObserver: additive // ValueObserver: non-additive // // All instruments are provided with support for either float64 or