Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Jul 5, 2024
1 parent f6500ee commit 8186594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processors/isolate/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func NewLogProcessor(downstream log.Processor) *LogProcessor {
return &LogProcessor{Processor: downstream}

Check warning on line 21 in processors/isolate/processor.go

View check run for this annotation

Codecov / codecov/patch

processors/isolate/processor.go#L21

Added line #L21 was not covered by tests
}

// LogProcessor is an [log.Processor] implementation clones the recieved log
// LogProcessor is an [log.Processor] implementation clones the received log
// records in order to no share mutable data with subsequent registered processors.
//
// If the wrapped [log.Processor] is nil, calls to the LogProcessor methods
Expand Down

0 comments on commit 8186594

Please sign in to comment.