Skip to content

Commit 7379b80

Browse files
authored
Fix function name in comment (#11296)
Signed-off-by: cuiyourong <cuiyourong@gmail.com>
1 parent 48fbdfe commit 7379b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ingress/annotations/parser/validators.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ func ValidateServiceName(value string) error {
190190
return nil
191191
}
192192

193-
// checkAnnotations will check each annotation for:
193+
// checkAnnotation will check each annotation for:
194194
// 1 - Does it contain the internal validation and docs config?
195195
// 2 - Does the ingress contains annotations? (validate null pointers)
196196
// 3 - Does it contains a validator? Should it contain a validator (not containing is a bug!)

0 commit comments

Comments
 (0)