Skip to content

Commit b3712e1

Browse files
authored
Update opentelemetry-sdk/src/logs/mod.rs
1 parent 7b9a3b4 commit b3712e1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/logs/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub use log_processor::{
1313
pub use record::{LogRecord, TraceContext};
1414

1515
#[cfg(feature = "experimental_logs_batch_log_processor_with_async_runtime")]
16-
/// Module for periodic reader with async runtime.
16+
/// Module for BatchLogProcessor with async runtime.
1717
pub mod log_processor_with_async_runtime;
1818

1919
#[cfg(all(test, feature = "testing"))]

0 commit comments

Comments
 (0)