]> Cypherpunks repositories - gostls13.git/commit
testing/cover: improve comments on CoverBlock
authorRob Pike <r@golang.org>
Sat, 30 Jun 2018 22:03:36 +0000 (08:03 +1000)
committerRob Pike <r@golang.org>
Sun, 1 Jul 2018 08:07:47 +0000 (08:07 +0000)
commit6780042f0a30569abcc3c5e9e0376761ac928ef5
treebc1e6d5df94f1c48d80effa496e7b447d881f155
parent0dc814cd7f6a5c01213169be17e823b69e949ada
testing/cover: improve comments on CoverBlock

The previous CL (https://go-review.googlesource.com/c/go/+/96756)
added comments that didn't really say much, but there is something
so say: what the units are and that they are indexed starting at 1.

Add a more helpful comment on the type, and also follow proper
style by using initial capitals and a period.

Change-Id: Id19cd5f392faf7c7bac034073f276cc770589075
Reviewed-on: https://go-review.googlesource.com/121875
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/testing/cover.go