Skip to content

Commit 139e92d

Browse files
committed
docs: set diagram comment as text
1 parent 3d8645b commit 139e92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

questdb-rs/src/ingress/decimal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ use crate::{error, ingress::must_escape_unquoted, Result};
4848
/// 5. Unscaled value: variable-length byte array in two's complement format, big-endian
4949
///
5050
/// Example: For decimal `123.45` with scale 2:
51-
/// ```
51+
/// ```text
5252
/// Unscaled value: 12345
5353
/// Binary representation:
5454
/// = [23] [2] [2] [0x30] [0x39]

0 commit comments

Comments
 (0)