Skip to content

Commit 3f368b6

Browse files
lalitbcijothomas
andauthored
Update opentelemetry/src/logs/record.rs
Co-authored-by: Cijo Thomas <[email protected]>
1 parent a2b7a7e commit 3f368b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry/src/logs/record.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub trait LogRecord {
6363
/// Value types for representing arbitrary values in a log record.
6464
/// Note: The `tracing` and `log` crates only support basic types that can be
6565
/// converted to these core variants: `i64`, `f64`, `StringValue`, and `bool`.
66-
/// Any complex and custom types are suported through their Debug implemetnation,
66+
/// Any complex and custom types are supported through their Debug implementation,
6767
/// and converted to String. More complex types (`Bytes`, `ListAny`, and `Map`) are
6868
/// included here to meet specification requirements and are available to support
6969
/// custom appenders that may be implemented for other logging crates.

0 commit comments

Comments
 (0)