diff options
Diffstat (limited to 'form_input.go')
| -rw-r--r-- | form_input.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/form_input.go b/form_input.go index fd0bd66..ba7f39b 100644 --- a/form_input.go +++ b/form_input.go @@ -15,7 +15,7 @@ const ( // (number, string, and so on), and the Value field contains default value for // input. // -// The Max and Min fields is optional, can be set if the Kind is +// The Max and Min fields is optional, it only affect if the Kind is // FormInputKindNumber. // type FormInput struct { |
