diff --git a/sdk/framework/field_type.go b/sdk/framework/field_type.go index d62ffe6359..ee07b6afe8 100644 --- a/sdk/framework/field_type.go +++ b/sdk/framework/field_type.go @@ -61,7 +61,7 @@ const ( // TypeFloat parses both float32 and float64 values TypeFloat - // TypeTime represents absolute time. It accepts an RFC3999-formatted + // TypeTime represents absolute time. It accepts an RFC3339-formatted // string (with or without fractional seconds), or an epoch timestamp // formatted as a string or a number. The resulting time.Time // is converted to UTC.