Skip to content

Commit

Permalink
Fix comment in PersistenceLogExporterDecorator.swift (#643)
Browse files Browse the repository at this point in the history
Co-authored-by: Ignacio Bonafonte <nachob@mac.com>
  • Loading branch information
kevin147147 and nachoBonafonte authored Nov 22, 2024
1 parent e9c6ae6 commit 13c3857
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Foundation
import OpenTelemetrySdk

// a persistence exporter decorator for `LogRecords`.
// specialization of `PersistenceExporterDecorator` for `MetricExporter`.
// specialization of `PersistenceExporterDecorator` for `LogExporter`.
public class PersistenceLogExporterDecorator: LogRecordExporter {

struct LogRecordDecoratedExporter: DecoratedExporter {
Expand Down

0 comments on commit 13c3857

Please sign in to comment.