Skip to content

Commit

Permalink
Update add_transport.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dsxack authored Jan 28, 2019
1 parent 69ae4c3 commit 9fcce37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/add_transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ func (g *generateHTTPTransport) Generate() (err error) {

if !decoderFound {
g.code.appendMultilineComment([]string{
fmt.Sprintf("decode%sResponse is a transport/http.DecodeRequestFunc that decodes a", m.Name),
fmt.Sprintf("decode%sRequest is a transport/http.DecodeRequestFunc that decodes a", m.Name),
"JSON-encoded request from the HTTP request body.",
})
g.code.NewLine()
Expand Down

0 comments on commit 9fcce37

Please sign in to comment.