Skip to content

Commit 4981986

Browse files
committed
Typo fix
1 parent 23ca0a5 commit 4981986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-fmt-debug-hex.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Sometimes the bits that make up an integer are more meaningful than its purely n
2323
For example, an RGBA color encoded in `u32` with 8 bits per channel is easier to understand
2424
when shown as `00CC44FF` than `13387007`.
2525

26-
The `std::fmt::UpperHex` and `std::fmt::LowerHex` provide hexadecimal formatting
26+
The `std::fmt::UpperHex` and `std::fmt::LowerHex` traits provide hexadecimal formatting
2727
through `{:X}` and `{:x}` in formatting strings,
2828
but they’re only implemented for plain integer types
2929
and not other types like slices that might contain integers.

0 commit comments

Comments
 (0)