1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-26 03:52:03 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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{}