Fix typo in comment

This commit is contained in:
Elara 2023-08-22 19:13:15 -07:00
parent 275e9f7497
commit a1dfd6629f

2
taf.go
View File

@ -56,7 +56,7 @@ type Options struct {
Year int Year int
// The Month field is used to calculate the full date that this // 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 Month time.Month
} }