summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2013-03-13 15:22:59 -0400
committerRuss Cox <rsc@golang.org>2013-03-13 15:22:59 -0400
commit8c8f208af287606086e6be09d4cb369422a7fa2c (patch)
tree5774747320a315ae9c1c4ee9680065f70ba51885 /lib
parent06b14e4afe22751be803261eeec053eb7bdc1697 (diff)
downloadgo-8c8f208af287606086e6be09d4cb369422a7fa2c.tar.gz
cmd/godoc: fix BUGS heading in text mode
All the headings are CAPS not Title. Fixes issue 4843. R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7792043
Diffstat (limited to 'lib')
-rw-r--r--lib/godoc/package.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/godoc/package.txt b/lib/godoc/package.txt
index de40a749b..765bd769e 100644
--- a/lib/godoc/package.txt
+++ b/lib/godoc/package.txt
@@ -65,7 +65,7 @@ TYPES
*/}}{{with $.Notes}}
{{range $marker, $content := .}}
-{{noteTitle $marker}}s
+{{$marker}}S
{{range $content}}{{comment_text . " " "\t"}}
{{end}}{{end}}{{end}}{{end}}{{/*