docstring fix

var rename in makeStrip, makeBus
This commit is contained in:
2022-12-08 19:45:02 +00:00
parent 95963ead14
commit ca62f9ff3c
2 changed files with 13 additions and 13 deletions

View File

@@ -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