From 943ecd8ba4c8b46ee7e35fc8a486c00ea9af5afc Mon Sep 17 00:00:00 2001 From: cuibuwei Date: Sat, 13 Apr 2024 19:54:14 +0800 Subject: [PATCH] chore: remove repetitive word Signed-off-by: cuibuwei --- form.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form.go b/form.go index b1b4cdc..32846a8 100644 --- a/form.go +++ b/form.go @@ -30,7 +30,7 @@ type FormItem interface { // GetFieldWidth returns the width of the form item's field (the area which // is manipulated by the user) in number of screen cells. A value of 0 - // indicates the the field width is flexible and may use as much space as + // indicates the field width is flexible and may use as much space as // required. GetFieldWidth() int