We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721fe10 commit 13892cdCopy full SHA for 13892cd
textinput/textinput_test.go
@@ -48,7 +48,7 @@ func ExampleValidateFunc() {
48
creditCardNumber.CharLimit = 20
49
creditCardNumber.Width = 30
50
creditCardNumber.Prompt = ""
51
- // The anonymous function is a valid function for ValidateFunc.
+ // This anonymous function is a valid function for ValidateFunc.
52
creditCardNumber.Validate = func(s string) error {
53
// Credit Card Number should a string less than 20 digits
54
// It should include 16 integers and 3 spaces
0 commit comments