diff --git a/generator/generate_service.go b/generator/generate_service.go index 39a268b..b084014 100644 --- a/generator/generate_service.go +++ b/generator/generate_service.go @@ -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.", },