From 83e4f055929cd1eb5429bd6b6b9d147c7f50b70e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 7 Jun 2014 00:17:50 -0400 Subject: Fixed typo in area.go documentation. --- area.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/area.go b/area.go index 686f4b8..d78dcd7 100644 --- a/area.go +++ b/area.go @@ -68,7 +68,7 @@ type AreaHandler interface { // You are allowed to do nothing in this handler (to ignore keyboard events). // See KeyEvent for details. // If repaint is true, the Area is marked as needing to be redrawn. - // After handling the key event, package ui will decide whether to perform platform-dependent event chain continuation based on that platform's designated action (so it is not possible to override global key events, such as Alt-Tab this way). + // After handling the key event, package ui will decide whether to perform platform-dependent event chain continuation based on that platform's designated action (so it is not possible to override global key events, such as Alt-Tab, this way). Key(e KeyEvent) (repaint bool) } -- cgit v1.2.3