Skip to content

Commit 249accd

Browse files
authored
Fix golint issue (#2370)
Signed-off-by: Hu Shuai <[email protected]>
1 parent d0e5dd5 commit 249accd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metric/sdkapi/noop.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func NewNoopSyncInstrument() SyncImpl {
3636
return noopSyncInstrument{}
3737
}
3838

39-
// NewNoopSyncInstrument returns a No-op implementation of the
39+
// NewNoopAsyncInstrument returns a No-op implementation of the
4040
// asynchronous instrument interface.
4141
func NewNoopAsyncInstrument() SyncImpl {
4242
return noopSyncInstrument{}

0 commit comments

Comments
 (0)