Skip to content

Commit

Permalink
Docs: fix incorrect copy-paste for new X? in formatting strings
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Mar 19, 2018
1 parent 152217d commit 741d7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/fmt.rs
Expand Up @@ -114,7 +114,7 @@
//! * *nothing* ⇒ [`Display`]
//! * `?` ⇒ [`Debug`]
//! * `x?` ⇒ [`Debug`] with lower-case hexadecimal integers
//! * `X?` ⇒ [`Debug`] with lower-case hexadecimal integers
//! * `X?` ⇒ [`Debug`] with upper-case hexadecimal integers
//! * `o` ⇒ [`Octal`](trait.Octal.html)
//! * `x` ⇒ [`LowerHex`](trait.LowerHex.html)
//! * `X` ⇒ [`UpperHex`](trait.UpperHex.html)
Expand Down

0 comments on commit 741d7a5

Please sign in to comment.