From 6fc9eae6dbf1492b0cb89d98e95685bbc04b763c Mon Sep 17 00:00:00 2001 From: codesoap Date: Tue, 9 Nov 2021 17:26:30 +0100 Subject: [PATCH] Fix typo "SetPlaceholderStyle" in comment for GetPlaceholderStyle --- inputfield.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inputfield.go b/inputfield.go index 7bbc99c..46ca6c1 100644 --- a/inputfield.go +++ b/inputfield.go @@ -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