From 286d4151ebf6c1a632f88b0751f115d2329b4a19 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 19 Aug 2015 18:59:18 +0900 Subject: [PATCH] Small tweak --- vimdoc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimdoc.go b/vimdoc.go index 3799f41..895552f 100644 --- a/vimdoc.go +++ b/vimdoc.go @@ -396,7 +396,7 @@ func (v *vimDoc) DocumentFooter(out *bytes.Buffer) { temp.Write(out.Bytes()[:v.tocPos]) v.writeRule(&temp, "=") - title := []byte("contents") + title := []byte("Contents") tag := fmt.Sprintf("*%s*", v.buildHelpTag(title)) v.writeSplitText(&temp, bytes.ToUpper(title), []byte(tag), " ", 2) temp.WriteString("\n")