io/pointer: fix PassOp documentation

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2021-10-25 19:47:55 +02:00
parent a0c756c557
commit 382eabc0a8
+1 -1
View File
@@ -56,7 +56,7 @@ type AreaStack struct {
macroID int
}
// PassOp sets the pass-through mode. AreaOps added while the pass-through
// PassOp sets the pass-through mode. InputOps added while the pass-through
// mode is set don't block events to siblings.
type PassOp struct {
}