Commit 6fd2feba authored by Rob Pike's avatar Rob Pike

time: fix spacing in comment.

No semantic change.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6475050
parent 78020809
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment