diff --git a/src/pkg/time/time.go b/src/pkg/time/time.go index 1eb17858a8c..011a1e31e31 100644 --- a/src/pkg/time/time.go +++ b/src/pkg/time/time.go @@ -412,7 +412,7 @@ func (t Time) Nanosecond() int { return int(t.nsec) } -// YearDay returns the day of the year specified by t, in the range [1, 365] for non-leap years, +// YearDay returns the day of the year specified by t, in the range [1,365] for non-leap years, // and [1,366] in leap years. func (t Time) YearDay() int { _, _, _, yday := t.date(false)