]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] runtime/pprof: restore articles in type doc comments
authorRuss Cox <rsc@golang.org>
Fri, 21 Sep 2012 19:54:54 +0000 (05:54 +1000)
committerRuss Cox <rsc@golang.org>
Fri, 21 Sep 2012 19:54:54 +0000 (05:54 +1000)
commit7ed136f1215c97f74936e3d53c2360f1b11ce377
tree46ae09ae473c6eb684d9ff8f45c718a52909ea30
parente4123891690e4018c07f6f221567e2ca9a6600c5
[release-branch.go1] runtime/pprof: restore articles in type doc comments

««« backport b57b5be5a32c
runtime/pprof: restore articles in type doc comments

Reverts part of CL 6460082.

If a doc comment describes a type by explaining the
meaning of one instance of the type, a leading article
is fine and makes the text less awkward.

Compare:
// A dog is a kind of animal.
// Dog is a kind of animal.

R=golang-dev, dsymonds, dvyukov, r
CC=golang-dev
https://golang.org/cl/6494066

»»»
src/pkg/runtime/pprof/pprof.go