Skip to content

Commit

Permalink
Merge pull request #24 from DsXack/patch-2
Browse files Browse the repository at this point in the history
Fix comment in generate_service.go
  • Loading branch information
kujtimiihoxha authored Jan 29, 2019
2 parents 69ae4c3 + b3bc6f3 commit 9d82d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/generate_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ func (g *generateServiceEndpoints) generateMethodEndpoint() (err error) {
if !failureFound {
g.code.appendMultilineComment(
[]string{
"Failer is an interface that should be implemented by response types.",
"Failure is an interface that should be implemented by response types.",
"Response encoders can check if responses are Failer, and if so they've",
"failed, and if so encode them using a separate write path based on the error.",
},
Expand Down

0 comments on commit 9d82d63

Please sign in to comment.