From ff71d0c518e31b2f151f85bd7c1d796195142466 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Tue, 2 Jun 2020 14:20:40 +0200 Subject: [PATCH] io/router: fix typo Signed-off-by: Elias Naur --- io/router/router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/router/router.go b/io/router/router.go index 14ea63f7..6bac40fc 100644 --- a/io/router/router.go +++ b/io/router/router.go @@ -159,7 +159,7 @@ func (h *handlerEvents) Events(k event.Tag) []event.Event { if events, ok := h.handlers[k]; ok { h.handlers[k] = h.handlers[k][:0] // Schedule another frame if we delivered events to the user - // to flush half-updated state. This is important when a an + // to flush half-updated state. This is important when an // event changes UI state that has already been laid out. In // the worst case, we waste a frame, increasing power usage. //