diff options
Diffstat (limited to 'src/time/format.go')
| -rw-r--r-- | src/time/format.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/format.go b/src/time/format.go index d964f4ab75..a60474f026 100644 --- a/src/time/format.go +++ b/src/time/format.go @@ -19,7 +19,7 @@ import "errors" // the same transformation to a general time value. // // Some valid layouts are invalid time values for time.Parse, due to formats -// such as _ for zero padding and Z for zone information. +// such as _ for space padding and Z for zone information. // // Within the format string, an underscore _ represents a space that may be // replaced by a digit if the following number (a day) has two digits; for |
