io/input: fix typo

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2024-07-30 11:11:32 +02:00
parent 9dceca6c95
commit b1db32ef72
+1 -1
View File
@@ -60,7 +60,7 @@ type Router struct {
} }
// Source implements the interface between a Router and user interface widgets. // 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 { type Source struct {
r *Router r *Router
} }