Skip to content

Commit

Permalink
Fix comment in generate_service.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dsxack authored Jan 29, 2019
1 parent 69ae4c3 commit b3bc6f3
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 b3bc6f3

Please sign in to comment.