From b098922889167c4131a648aa37353feafa1a567e Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 2 Apr 2024 03:09:47 +0900 Subject: [PATCH] exp/textinput: typo --- exp/textinput/field.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp/textinput/field.go b/exp/textinput/field.go index a8618b1d5..fc40be18c 100644 --- a/exp/textinput/field.go +++ b/exp/textinput/field.go @@ -82,7 +82,7 @@ type Field struct { } // HandleInput updates the field state. -// HandleInput must be called every tick, i.e., every HandleInput, when Field is focused. +// HandleInput must be called every tick, i.e., every Update, when Field is focused. // HandleInput takes a position where an IME window is shown if needed. // // HandleInput returns whether the text inputting is handled or not.