Skip to content

Commit

Permalink
Merge pull request #25 from DsXack/patch-3
Browse files Browse the repository at this point in the history
Fix comment in add_transport.go
  • Loading branch information
kujtimiihoxha authored Jan 29, 2019
2 parents 4f70a0b + 3de565f commit e40b4af
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 @@ -558,7 +558,7 @@ func (g *generateHTTPTransportBase) Generate() (err error) {
return err
}
g.code.appendMultilineComment([]string{
" NewHTTPHandler returns a handler that makes a set of endpoints available on",
"NewHTTPHandler returns a handler that makes a set of endpoints available on",
"predefined paths.",
})
g.code.NewLine()
Expand Down

0 comments on commit e40b4af

Please sign in to comment.