diff --git a/bundle/config/loader/process_include.go b/bundle/config/loader/process_include.go index 47dabbde7a..15fb5e4c80 100644 --- a/bundle/config/loader/process_include.go +++ b/bundle/config/loader/process_include.go @@ -93,7 +93,7 @@ func validateSingleResourceDefined(r *config.Root, ext, typ string) diag.Diagnos seenKeys[rr.key] = struct{}{} } - // Format matches. There's less than or equal to one resource defined in the file. + // Format matches. There's at most one resource defined in the file. // The resource is also of the correct type. if typeMatch && len(seenKeys) <= 1 { return nil