]> Cypherpunks repositories - gostls13.git/commit
time: fix Time package doc paragraph order
authorRuss Cox <rsc@golang.org>
Fri, 3 Nov 2017 23:17:43 +0000 (19:17 -0400)
committerRuss Cox <rsc@golang.org>
Sat, 4 Nov 2017 01:17:32 +0000 (01:17 +0000)
commit8615cbffe27c223230785502939ae14498f673ae
tree9c23ec73251260d3133248320032e40291ec3232
parent8f70e1f8a91db6c8a1bcc292766af95e52e8512b
time: fix Time package doc paragraph order

Introduce the presence of the monotonic time reading first,
before the paragraph about comparison that mentions it multiple times.

Change-Id: I91e31e118be013eee6c258163a1bb2cb42501527
Reviewed-on: https://go-review.googlesource.com/76010
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/time/time.go