Change word

This commit is contained in:
Mark McGranaghan 2019-06-08 11:21:40 -04:00 committed by unknown
parent 12b6746c23
commit e67f4257a5

View File

@ -288,7 +288,7 @@ func renderIndex(examples []*Example) {
func renderExamples(examples []*Example) {
if verbose() {
fmt.Println("Rendering templates")
fmt.Println("Rendering examples")
}
exampleTmpl := template.New("example")
_, err := exampleTmpl.Parse(mustReadFile("templates/example.tmpl"))