Compare commits

...

2 Commits

Author SHA1 Message Date
rivo b0d41c484b
Merge pull request #966 from cuibuwei/master
chore: remove repetitive word
1 month ago
cuibuwei 943ecd8ba4 chore: remove repetitive word
Signed-off-by: cuibuwei <cuibuwei@gmail.com>
1 month ago

@ -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…
Cancel
Save