]> Cypherpunks repositories - gostls13.git/commitdiff
time: remove extra space in docstring
authorKevin Burke <kev@inburke.com>
Thu, 10 Aug 2017 06:00:39 +0000 (23:00 -0700)
committerRob Pike <r@golang.org>
Thu, 10 Aug 2017 09:57:11 +0000 (09:57 +0000)
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>
src/time/format.go

index 8c16e873f64ea157e806622ab86c8db121362a85..b0f8806984dfe5f78d202cd0702dff1d19827ce8 100644 (file)
@@ -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