Skip to content

Commit f4aec19

Browse files
committed
fix doc test
1 parent 97428ea commit f4aec19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/testing/logs/in_memory_exporter.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl Default for InMemoryLogsExporter {
5050
}
5151
}
5252

53-
/// `LogDataWithResource` associates a [`SdkLogRecord`] with a [`Resource`] and
53+
/// `LogDataWithResource` associates a [`LogRecord`] with a [`Resource`] and
5454
/// [`InstrumentationLibrary`].
5555
#[derive(Clone, Debug)]
5656
pub struct LogDataWithResource {

0 commit comments

Comments
 (0)