We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b7a7e commit 3f368b6Copy full SHA for 3f368b6
opentelemetry/src/logs/record.rs
@@ -63,7 +63,7 @@ pub trait LogRecord {
63
/// Value types for representing arbitrary values in a log record.
64
/// Note: The `tracing` and `log` crates only support basic types that can be
65
/// converted to these core variants: `i64`, `f64`, `StringValue`, and `bool`.
66
-/// Any complex and custom types are suported through their Debug implemetnation,
+/// Any complex and custom types are supported through their Debug implementation,
67
/// and converted to String. More complex types (`Bytes`, `ListAny`, and `Map`) are
68
/// included here to meet specification requirements and are available to support
69
/// custom appenders that may be implemented for other logging crates.
0 commit comments