about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--library/std/src/prelude/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/prelude/mod.rs b/library/std/src/prelude/mod.rs
index e0f26c3a4cf..c0dc12d7d91 100644
--- a/library/std/src/prelude/mod.rs
+++ b/library/std/src/prelude/mod.rs
@@ -1,4 +1,4 @@
-//! The Rust Prelude.
+//! # The Rust Prelude
 //!
 //! Rust comes with a variety of things in its standard library. However, if
 //! you had to manually import every single thing that you used, it would be