Merge pull request #626 from Wenshiqi222/master

A little comment error  in dropdown.go
This commit is contained in:
rivo 2021-09-09 17:49:44 +02:00 committed by GitHub
commit f7430b878d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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