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.
2 parents cfb5317 + 741d7a5 commit 7fc81faCopy full SHA for 7fc81fa
src/liballoc/fmt.rs
@@ -114,7 +114,7 @@
114
//! * *nothing* ⇒ [`Display`]
115
//! * `?` ⇒ [`Debug`]
116
//! * `x?` ⇒ [`Debug`] with lower-case hexadecimal integers
117
-//! * `X?` ⇒ [`Debug`] with lower-case hexadecimal integers
+//! * `X?` ⇒ [`Debug`] with upper-case hexadecimal integers
118
//! * `o` ⇒ [`Octal`](trait.Octal.html)
119
//! * `x` ⇒ [`LowerHex`](trait.LowerHex.html)
120
//! * `X` ⇒ [`UpperHex`](trait.UpperHex.html)
0 commit comments