mirror of https://github.com/rivo/tview.git
chore: remove repetitive word
Signed-off-by: cuibuwei <cuibuwei@gmail.com>
This commit is contained in:
parent
79d4cc3212
commit
943ecd8ba4
2
form.go
2
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue