Skip to content

Commit 13c3857

Browse files
Fix comment in PersistenceLogExporterDecorator.swift (#643)
Co-authored-by: Ignacio Bonafonte <[email protected]>
1 parent e9c6ae6 commit 13c3857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Exporters/Persistence/PersistenceLogExporterDecorator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Foundation
77
import OpenTelemetrySdk
88

99
// a persistence exporter decorator for `LogRecords`.
10-
// specialization of `PersistenceExporterDecorator` for `MetricExporter`.
10+
// specialization of `PersistenceExporterDecorator` for `LogExporter`.
1111
public class PersistenceLogExporterDecorator: LogRecordExporter {
1212

1313
struct LogRecordDecoratedExporter: DecoratedExporter {

0 commit comments

Comments
 (0)