Skip to content

Commit b4acb73

Browse files
committed
doc fix
1 parent 73c8e7d commit b4acb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/logs/in_memory_exporter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub struct OwnedLogData {
5656
pub instrumentation: InstrumentationScope,
5757
}
5858

59-
/// `LogDataWithResource` associates a [`LogRecord`] with a [`Resource`] and
59+
/// `LogDataWithResource` associates a [`SdkLogRecord`] with a [`Resource`] and
6060
/// [`InstrumentationScope`].
6161
#[derive(Clone, Debug)]
6262
pub struct LogDataWithResource {

0 commit comments

Comments
 (0)