diff options
Diffstat (limited to 'tpl/internal/go_templates/texttemplate/hugo_template.go')
-rw-r--r-- | tpl/internal/go_templates/texttemplate/hugo_template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/internal/go_templates/texttemplate/hugo_template.go b/tpl/internal/go_templates/texttemplate/hugo_template.go index 7cd6df0fb..eed546e61 100644 --- a/tpl/internal/go_templates/texttemplate/hugo_template.go +++ b/tpl/internal/go_templates/texttemplate/hugo_template.go @@ -94,7 +94,7 @@ func (t *Template) executeWithState(state *state, value reflect.Value) (err erro return } -// Below are modifed structs etc. The changes are marked with "Added for Hugo." +// Below are modified structs etc. The changes are marked with "Added for Hugo." // state represents the state of an execution. It's not part of the // template so that multiple executions of the same template |