Fix typo "SetPlaceholderStyle" in comment for GetPlaceholderStyle

pull/669/head
codesoap 3 years ago
parent 2c1d4e4d73
commit 6fc9eae6db

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