Skip to content

Commit

Permalink
Fix typo in function comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nslaughter committed Apr 16, 2024
1 parent 4c51018 commit d11ea6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d11ea6c

Please sign in to comment.