]> Cypherpunks repositories - gostls13.git/commit
runtime/pprof: restore articles in type doc comments
authorRuss Cox <rsc@golang.org>
Fri, 31 Aug 2012 17:49:57 +0000 (13:49 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 31 Aug 2012 17:49:57 +0000 (13:49 -0400)
commit020c6558d9de2f9b5a5a5f67dfc6e342d43c819a
tree6c800b712f65e2971c52c048f72287c52af96a66
parenta72bebf6e1a5eafd8347fb84e60155e2b9cdb6d7
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