1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

Fix golint issue (#2370)

Signed-off-by: Hu Shuai <hus.fnst@fujitsu.com>
This commit is contained in:
Hu Shuai
2021-11-12 00:49:28 +08:00
committed by GitHub
parent d0e5dd528f
commit 249accddba
+1 -1
View File
@@ -36,7 +36,7 @@ func NewNoopSyncInstrument() SyncImpl {
return noopSyncInstrument{}
}
// NewNoopSyncInstrument returns a No-op implementation of the
// NewNoopAsyncInstrument returns a No-op implementation of the
// asynchronous instrument interface.
func NewNoopAsyncInstrument() SyncImpl {
return noopSyncInstrument{}