From b8eca3927729445e7399e2d4533b7b9adca86a19 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Fri, 12 Jul 2019 13:32:16 +0200 Subject: [PATCH] ui/app: comment fix Signed-off-by: Elias Naur --- ui/app/window.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/window.go b/ui/app/window.go index da49406b..c7e01774 100644 --- a/ui/app/window.go +++ b/ui/app/window.go @@ -53,7 +53,7 @@ type Window struct { // of a Window. var _ interface { // setAnimating sets the animation flag. When the window is animating, - // Draw events are delivered as fast as the display can handle them. + // DrawEvents are delivered as fast as the display can handle them. setAnimating(anim bool) // setTextInput updates the virtual keyboard state. setTextInput(s key.TextInputState)