app: fix reference to gioui.org/io/event

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-11-02 16:59:19 +01:00
parent 7182477f3c
commit e2c29f96d9
+1 -1
View File
@@ -61,7 +61,7 @@ Event queue
A Window's Queue method returns an event.Queue implementation that distributes
incoming events to the event handlers declared in the latest frame.
See the gioui.org/ui package for more information about event handlers.
See the gioui.org/io/event package for more information about event handlers.
Permissions