From 382eabc0a89f948495a467d33ec8291f77195f91 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 25 Oct 2021 19:47:55 +0200 Subject: [PATCH] io/pointer: fix PassOp documentation Signed-off-by: Elias Naur --- io/pointer/pointer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/pointer/pointer.go b/io/pointer/pointer.go index b74abc7f..416313f6 100644 --- a/io/pointer/pointer.go +++ b/io/pointer/pointer.go @@ -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 { }