We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e620b commit 6c58f84Copy full SHA for 6c58f84
internal/ingress/controller/template/template.go
@@ -68,7 +68,7 @@ const (
68
// Writer is the interface to render a template
69
type Writer interface {
70
// Write renders the template.
71
- // NOTE: Implementors must ensure that the content of the returned slice is not modified by the implementation
+ // NOTE: Implementers must ensure that the content of the returned slice is not modified by the implementation
72
// after the return of this function.
73
Write(conf *config.TemplateConfig) ([]byte, error)
74
}
0 commit comments