Skip to content

Commit 89c3419

Browse files
committed
fix doc
1 parent 231aba0 commit 89c3419

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! In-Memory log exporter for testing purpose.
22
3-
/// The `in_memory_exporter` module provides in-memory logging functionalities.
3+
/// The `in_memory_exporter` module provides in-memory log exporter.
44
/// For detailed usage and examples, see `in_memory_exporter`.
55
pub mod in_memory_exporter;
66
pub use in_memory_exporter::{InMemoryLogsExporter, InMemoryLogsExporterBuilder};

opentelemetry-sdk/src/testing/metrics/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! In-Memory metrics exporter for testing purpose.
22
3-
/// The `in_memory_exporter` module provides in-memory metrics functionalities.
3+
/// The `in_memory_exporter` module provides in-memory metrics exporter.
44
/// For detailed usage and examples, see `in_memory_exporter`.
55
pub mod in_memory_exporter;
66
pub use in_memory_exporter::{InMemoryMetricsExporter, InMemoryMetricsExporterBuilder};

opentelemetry-sdk/src/testing/trace/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! In-Memory trace exporter for testing purpose.
22
3-
/// The `in_memory_exporter` module provides in-memory trace functionalities.
3+
/// The `in_memory_exporter` module provides in-memory trace exporter.
44
/// For detailed usage and examples, see `in_memory_exporter`.
55
pub mod in_memory_exporter;
66
pub use in_memory_exporter::{InMemorySpanExporter, InMemorySpanExporterBuilder};

0 commit comments

Comments
 (0)