Skip to content

Commit

Permalink
io/input: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Naur <[email protected]>
  • Loading branch information
eliasnaur committed Oct 22, 2024
1 parent 9dceca6 commit b1db32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/input/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit b1db32e

Please sign in to comment.