mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2024-11-15 17:40:51 +00:00
docstring fix
This commit is contained in:
parent
ca62f9ff3c
commit
18aef9e74b
@ -14,7 +14,7 @@ type observer struct {
|
|||||||
events chan string
|
events chan string
|
||||||
}
|
}
|
||||||
|
|
||||||
// newObserver add ldirty events to the eventlist and returns an observer type
|
// newObserver returns an observer type
|
||||||
func newObserver(vm *voicemeeter.Remote) *observer {
|
func newObserver(vm *voicemeeter.Remote) *observer {
|
||||||
o := &observer{vm, make(chan string)}
|
o := &observer{vm, make(chan string)}
|
||||||
return o
|
return o
|
||||||
|
Loading…
Reference in New Issue
Block a user