diff --git a/collector/internal/confmap/converter/decoupleafterbatchconverter/converter.go b/collector/internal/confmap/converter/decoupleafterbatchconverter/converter.go index c1485d1164..f90603278f 100644 --- a/collector/internal/confmap/converter/decoupleafterbatchconverter/converter.go +++ b/collector/internal/confmap/converter/decoupleafterbatchconverter/converter.go @@ -99,7 +99,7 @@ func (c converter) Convert(_ context.Context, conf *confmap.Conf) error { // The appendDecouple predicate encodes most of the logic for mutating processor pipelines // in the Convert function. It tells whether there was a decouple processor after the last -// batch processor and if so it appends decouple to the end. +// batch processor and if there is not then it appends decouple to the end. func appendDecouple(processors []interface{}) bool { var appendDecouple bool for _, processorVal := range processors {