From 08aa30ad7228a50635840d1ec95dc7bf31e65f4c Mon Sep 17 00:00:00 2001 From: Mike Palmiotto Date: Tue, 11 Apr 2023 16:11:05 -0400 Subject: [PATCH] Fix RFC3339 comment typo (#20100) --- sdk/framework/field_type.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.