aboutsummaryrefslogtreecommitdiff
path: root/src/time/format.go
diff options
context:
space:
mode:
authorKevin Burke <kev@inburke.com>2017-08-09 23:00:39 -0700
committerRob Pike <r@golang.org>2017-08-10 09:57:11 +0000
commitc9f8a6cdd7303b91bbc3e2e6314e7439255b94bf (patch)
treee56a6c67ed27fa5b6786ee4f4f1ce6d8bbce4c4a /src/time/format.go
parentf612cd704a260cf362e5b6307b7ace4eb83f5f56 (diff)
downloadgo-c9f8a6cdd7303b91bbc3e2e6314e7439255b94bf.tar.gz
go-c9f8a6cdd7303b91bbc3e2e6314e7439255b94bf.zip
time: remove extra space in docstring
Probably went unnoticed because HTML normalizes multiple space characters into one, unless you explicitly ask for them with &nbsp;. Change-Id: I3f97b24a111da3f0f28894f1246388018beb084e Reviewed-on: https://go-review.googlesource.com/54570 Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com> Reviewed-by: Rob Pike <r@golang.org>
Diffstat (limited to 'src/time/format.go')
-rw-r--r--src/time/format.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/format.go b/src/time/format.go
index 8c16e873f6..b0f8806984 100644
--- a/src/time/format.go
+++ b/src/time/format.go
@@ -732,7 +732,7 @@ func skip(value, prefix string) (string, error) {
}
// Parse parses a formatted string and returns the time value it represents.
-// The layout defines the format by showing how the reference time,
+// The layout defines the format by showing how the reference time,
// defined to be
// Mon Jan 2 15:04:05 -0700 MST 2006
// would be interpreted if it were the value; it serves as an example of