Skip to content

Commit 327442b

Browse files
cijothomasutpilla
andauthored
Apply suggestions from code review
Co-authored-by: Utkarsh Umesan Pillai <[email protected]>
1 parent 2f17706 commit 327442b

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-appender-tracing/src

1 file changed

+1
-1
lines changed

opentelemetry-appender-tracing/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
//! |----------------|-------------------------------|
115115
//! | `i64` | `Int` |
116116
//! | `f32`, `f64` | `Double` |
117-
//! | `u64`,`u128` ,`i128` | `Int` (if convertible without loss) else `String` |
117+
//! | `u64`,`u128` ,`i128` | `Int` (if convertible to `i64` without loss) else `String` |
118118
//! | `&str` | `String` |
119119
//! | `bool` | `Bool` |
120120
//! | `&[u8]` | `Bytes` |

0 commit comments

Comments
 (0)