Skip to content

Commit 9e415d1

Browse files
authored
Update library/alloc/src/fmt.rs
1 parent ff160d2 commit 9e415d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alloc/src/fmt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
//! * `-` - Currently not used
168168
//! * `#` - This flag indicates that the "alternate" form of printing should
169169
//! be used. The alternate forms are:
170-
//! * `#?` - pretty-print the [`Debug`] formatting (newline and indent)
170+
//! * `#?` - pretty-print the [`Debug`] formatting (adds linebreaks and indentation)
171171
//! * `#x` - precedes the argument with a `0x`
172172
//! * `#X` - precedes the argument with a `0x`
173173
//! * `#b` - precedes the argument with a `0b`

0 commit comments

Comments
 (0)