time: fix typo in comment

R=r
CC=golang-dev
https://golang.org/cl/8889045
This commit is contained in:
Christian Himpel 2013-04-22 22:09:11 -07:00 committed by Rob Pike
parent 05e8db985a
commit 237cee7834
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ func (t Time) String() string {
// time,
// Mon Jan 2 15:04:05 -0700 MST 2006
// would be displayed if it were the value; it serves as an example of the
// desired output. The same display rules will then be aplied to the time
// desired output. The same display rules will then be applied to the time
// value.
// Predefined layouts ANSIC, UnixDate, RFC3339 and others describe standard
// and convenient representations of the reference time. For more information