]> Cypherpunks repositories - gostls13.git/commit
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)
commitc9f8a6cdd7303b91bbc3e2e6314e7439255b94bf
treee56a6c67ed27fa5b6786ee4f4f1ce6d8bbce4c4a
parentf612cd704a260cf362e5b6307b7ace4eb83f5f56
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>
src/time/format.go