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 5f54ce7 commit c8aba78Copy full SHA for c8aba78
src/liballoc/fmt.rs
@@ -161,7 +161,7 @@
161
//! `Signed` trait. This flag indicates that the correct sign (`+` or `-`)
162
//! should always be printed.
163
//! * `-` - Currently not used
164
-//! * `#` - This flag is indicates that the "alternate" form of printing should
+//! * `#` - This flag indicates that the "alternate" form of printing should
165
//! be used. The alternate forms are:
166
//! * `#?` - pretty-print the [`Debug`] formatting
167
//! * `#x` - precedes the argument with a `0x`
0 commit comments