From 787295a6e8de801c0c5129fced0b6ef6cbfab7a9 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 3 Jan 2022 16:23:37 +0100 Subject: [PATCH] app: fix typo Signed-off-by: Elias Naur --- app/window.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/window.go b/app/window.go index 95148d13..0205049e 100644 --- a/app/window.go +++ b/app/window.go @@ -127,7 +127,7 @@ var ackEvent event.Event // options. The options are hints; the platform is free to // ignore or adjust them. // -// If the current program is running on iOS and Android, +// If the current program is running on iOS or Android, // NewWindow returns the window previously created by the // platform. //