From b1db32ef725a200c79973e891a5fb252ff3056f9 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Tue, 30 Jul 2024 11:11:32 +0200 Subject: [PATCH] io/input: fix typo Signed-off-by: Elias Naur --- io/input/router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/input/router.go b/io/input/router.go index accb37ff..de6efa34 100644 --- a/io/input/router.go +++ b/io/input/router.go @@ -60,7 +60,7 @@ type Router struct { } // Source implements the interface between a Router and user interface widgets. -// The value Source is disabled. +// The zero-value Source is disabled. type Source struct { r *Router }