We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ca0a5 commit 4981986Copy full SHA for 4981986
text/0000-fmt-debug-hex.md
@@ -23,7 +23,7 @@ Sometimes the bits that make up an integer are more meaningful than its purely n
23
For example, an RGBA color encoded in `u32` with 8 bits per channel is easier to understand
24
when shown as `00CC44FF` than `13387007`.
25
26
-The `std::fmt::UpperHex` and `std::fmt::LowerHex` provide hexadecimal formatting
+The `std::fmt::UpperHex` and `std::fmt::LowerHex` traits provide hexadecimal formatting
27
through `{:X}` and `{:x}` in formatting strings,
28
but they’re only implemented for plain integer types
29
and not other types like slices that might contain integers.
0 commit comments