mirror of https://github.com/golang/go.git
lib/godoc: fix typo
R=gri, dsymonds CC=golang-dev https://golang.org/cl/4881042
This commit is contained in:
parent
8c46e47b61
commit
8d19d6bb39
|
|
@ -33,7 +33,7 @@ CONSTANTS
|
|||
*/}}{{with .Vars}}
|
||||
VARIABLES
|
||||
|
||||
{{range .}}{{.Decl $FSet}}
|
||||
{{range .}}{{text .Decl $FSet}}
|
||||
{{.Doc}}{{end}}
|
||||
{{end}}{{/*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue