From cc1ac4738735a00cd1dcb771a758211816f3f2af Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 13 Sep 2021 21:53:02 +0900 Subject: [PATCH] internal/uidriver: Fix comments --- internal/uidriver/js/ui_js.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/uidriver/js/ui_js.go b/internal/uidriver/js/ui_js.go index 1bf77eacc..332bcd75c 100644 --- a/internal/uidriver/js/ui_js.go +++ b/internal/uidriver/js/ui_js.go @@ -351,7 +351,7 @@ func (u *UserInterface) loop(context driver.UIContext) <-chan error { return nil }) - // Call f asyncly to be async since ch is used in f. + // Call f asyncly since ch is used in f. go f() // Run another loop to watch suspended() as the above update function is never called when the tab is hidden.