This commit is contained in:
Alex Somesan 2019-04-17 19:58:06 +02:00
parent 0395c3ac58
commit 01a169c66f
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ type Schema struct {
// guaranteed to be of the proper Schema type, and it can yield warnings or
// errors based on inspection of that value.
//
// ValidateFunc is honored only when the schema's Type is set to TypeInt,
// ValidateFunc is honored only when the schema's Type is set to TypeInt,
// TypeFloat, TypeString, TypeBool, or TypeMap. It is ignored for all other types.
ValidateFunc SchemaValidateFunc