We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385944a commit 3bd511fCopy full SHA for 3bd511f
library/core/src/fmt/mod.rs
@@ -261,7 +261,7 @@ pub enum Sign {
261
pub enum DebugAsHex {
262
/// Use lower-case hexadecimal integers for the `Debug` trait (like [the `x?` type](../../std/fmt/index.html#formatting-traits)).
263
Lower,
264
- /// 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)).
265
Upper,
266
}
267
0 commit comments