We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecdf48e commit a5a6d40Copy full SHA for a5a6d40
library/core/src/fmt/mod.rs
@@ -277,7 +277,7 @@ pub enum Sign {
277
pub enum DebugAsHex {
278
/// Use lower-case hexadecimal integers for the `Debug` trait (like [the `x?` type](../../std/fmt/index.html#formatting-traits)).
279
Lower,
280
- /// Use upper-case hexadecimal integers for the `Debug` trait (like [the `x?` type](../../std/fmt/index.html#formatting-traits)).
+ /// Use upper-case hexadecimal integers for the `Debug` trait (like [the `X?` type](../../std/fmt/index.html#formatting-traits)).
281
Upper,
282
}
283
0 commit comments