mirror of
https://github.com/rivo/tview.git
synced 2024-11-17 03:26:09 +00:00
Merge pull request #669 from codesoap/master
Fix typo "SetPlaceholderStyle" in comment for GetPlaceholderStyle
This commit is contained in:
commit
f8d4ce40c0
@ -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…
Reference in New Issue
Block a user