Merge pull request #669 from codesoap/master

Fix typo "SetPlaceholderStyle" in comment for GetPlaceholderStyle
pull/672/head
rivo 3 years ago committed by GitHub
commit f8d4ce40c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -199,7 +199,7 @@ func (i *InputField) SetPlaceholderStyle(style tcell.Style) *InputField {
return i
}
// SetPlaceholderStyle returns the style of the input area (when a placeholder
// GetPlaceholderStyle returns the style of the input area (when a placeholder
// is shown).
func (i *InputField) GetPlaceholderStyle() tcell.Style {
return i.placeholderStyle

Loading…
Cancel
Save