Skip to content

Commit

Permalink
fixed doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
valyala committed Aug 19, 2015
1 parent 8de417f commit 17f947a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func NewTemplate(template, startTag, endTag string) (*Template, error) {
return &t, nil
}

// TagFunc can be used as substitution value in the map passed to Execute*.
// TagFunc can be used as a substitution value in the map passed to Execute*.
//
// It must write contents to w and return the number of bytes written.
type TagFunc func(w io.Writer) (int, error)
Expand Down

0 comments on commit 17f947a

Please sign in to comment.