Update dropdown.go

A little comment error
pull/626/head^2
Wenshiqi222 3 years ago committed by GitHub
parent 29d673af0c
commit bcb1cef989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@ type DropDown struct {
// currently selected.
currentOption int
// Strings to be placed beefore and after the current option.
// Strings to be placed before and after the current option.
currentOptionPrefix, currentOptionSuffix string
// The text to be displayed when no option has yet been selected.

Loading…
Cancel
Save