]> Cypherpunks repositories - gostls13.git/commit
time: fix incorrect "zero padding" comments
authorKenny Grant <kennygrant@gmail.com>
Thu, 2 Nov 2017 12:35:25 +0000 (12:35 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 2 Nov 2017 17:16:37 +0000 (17:16 +0000)
commit2da1446bb11cdfaac1f86d7c2134c36487dd2d66
treedb8df8f13f58e3feb5b372e9e50c81c121b1a90b
parente4468c99b004bc15936727a79dd36621b65c58f9
time: fix incorrect "zero padding" comments

The comment on invalid time values in Constants and example
refers to _ zero padding when it should refer to space padding.

Change-Id: I5784356e389d324703e20eec6203f147db92880f
Reviewed-on: https://go-review.googlesource.com/75410
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/time/example_test.go
src/time/format.go