time: re-add space-padded day of year to docs

CL 320252 reworked the time docs, but accidentally deleted the format __2
from the sentence describing the three-character day of year component.

Change-Id: I3f583733028657c2a677358a25e062ea81835ce8
GitHub-Last-Rev: 2fa9832419
GitHub-Pull-Request: golang/go#48387
Reviewed-on: https://go-review.googlesource.com/c/go/+/349929
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Carlos Amedee <carlos@golang.org>
This commit is contained in:
Riley Avron 2021-09-14 18:45:53 +00:00 committed by Ian Lance Taylor
parent ac7c34767d
commit 163871feb1
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ import "errors"
// for compatibility with fixed-width Unix time formats. A leading zero represents // for compatibility with fixed-width Unix time formats. A leading zero represents
// a zero-padded value. // a zero-padded value.
// //
// The formats and 002 are space-padded and zero-padded // The formats __2 and 002 are space-padded and zero-padded
// three-character day of year; there is no unpadded day of year format. // three-character day of year; there is no unpadded day of year format.
// //
// A comma or decimal point followed by one or more zeros represents // A comma or decimal point followed by one or more zeros represents