Skip to content

Commit

Permalink
[chore][pkg/stanza] fix the grammar (open-telemetry#35564)
Browse files Browse the repository at this point in the history
Fix a nit
  • Loading branch information
VihasMakwana authored Oct 2, 2024
1 parent ea50558 commit 6493f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/stanza/adapter/receiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (r *receiver) Start(ctx context.Context, host component.Host) error {

// ...
// * second one which reads all the logs produced by the converter
// (aggregated by Resource) and then calls consumer to consumer them.
// (aggregated by Resource) and then calls consumer to consume them.
r.consumeWg.Add(1)
go r.consumerLoop(rctx)

Expand Down

0 comments on commit 6493f13

Please sign in to comment.