mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2026-04-18 05:23:31 +00:00
docstring fix
var rename in makeStrip, makeBus
This commit is contained in:
@@ -6,8 +6,8 @@ import (
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// iRemote provides an interface between higher methods and lower functions
|
||||
// expected to be embedded
|
||||
// iRemote provides an interface between higher types and functions that
|
||||
// wrap CAPI calls
|
||||
type iRemote struct {
|
||||
_identifier string
|
||||
index int
|
||||
|
||||
Reference in New Issue
Block a user