From a1dfd6629f62b7678c6278ac39fcb28b6f477de0 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Tue, 22 Aug 2023 19:13:15 -0700 Subject: [PATCH] Fix typo in comment --- taf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taf.go b/taf.go index f0d595c..afa7f58 100644 --- a/taf.go +++ b/taf.go @@ -56,7 +56,7 @@ type Options struct { Year int // The Month field is used to calculate the full date that this - // report was published. If it's unset, the current year will be used. + // report was published. If it's unset, the current month will be used. Month time.Month }