chore: remove repetitive word

Signed-off-by: cuibuwei <cuibuwei@gmail.com>
This commit is contained in:
cuibuwei 2024-04-13 19:54:14 +08:00
parent 79d4cc3212
commit 943ecd8ba4
1 changed files with 1 additions and 1 deletions

View File

@ -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