about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Lamb <andrew@nerdnetworks.org>2021-03-22 17:09:11 -0400
committerGitHub <noreply@github.com>2021-03-22 17:09:11 -0400
commit93737dc634f42d07441db2acf26a88ae2e888d9f (patch)
tree7bc4e7b9fe7456e50193def37d0076afe9070f57
parent18748c9121f5910075ca4317a78ef11adb639263 (diff)
downloadrust-93737dc634f42d07441db2acf26a88ae2e888d9f.tar.gz
rust-93737dc634f42d07441db2acf26a88ae2e888d9f.zip
Update library/alloc/src/fmt.rs
-rw-r--r--library/alloc/src/fmt.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/src/fmt.rs b/library/alloc/src/fmt.rs
index 8453f694e1e..e765fa9d14c 100644
--- a/library/alloc/src/fmt.rs
+++ b/library/alloc/src/fmt.rs
@@ -167,7 +167,7 @@
 //! * `-` - Currently not used
 //! * `#` - This flag indicates that the "alternate" form of printing should
 //!         be used. The alternate forms are:
-//!     * `#?` - pretty-print the [`Debug`] formatting (newline and indent)
+//!     * `#?` - pretty-print the [`Debug`] formatting (adds linebreaks and indentation)
 //!     * `#x` - precedes the argument with a `0x`
 //!     * `#X` - precedes the argument with a `0x`
 //!     * `#b` - precedes the argument with a `0b`