Merge pull request #1 from Wenshiqi222/Wenshiqi222-patch-1

A   word spelling error in comment dropdown.go
This commit is contained in:
Wenshiqi222 2021-07-06 11:09:01 +08:00 committed by GitHub
commit 6bc094860b
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.