Skip to content

Commit fc37341

Browse files
committed
Fix code comment
1 parent e2071b5 commit fc37341

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-sdk/src/export/logs

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/export/logs/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub struct LogBatch<'a> {
2323

2424
/// The `LogBatchData` enum represents the data field of a `LogBatch`.
2525
/// It can either be:
26-
/// - A shared reference to a slice of tuples, where each tuple consists of an owned `LogRecord` and an owned `InstrumentationScope`.
26+
/// - A shared reference to a slice of boxed tuples, where each tuple consists of an owned `LogRecord` and an owned `InstrumentationScope`.
2727
/// - Or it can be a shared reference to a slice of tuples, where each tuple consists of a reference to a `LogRecord` and a reference to an `InstrumentationScope`.
2828
#[derive(Debug)]
2929
enum LogBatchData<'a> {

0 commit comments

Comments
 (0)