about summary refs log tree commit diff
path: root/library/std/src/io/prelude.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/io/prelude.rs')
-rw-r--r--library/std/src/io/prelude.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/io/prelude.rs b/library/std/src/io/prelude.rs
index 700f166daf7..d80643101f2 100644
--- a/library/std/src/io/prelude.rs
+++ b/library/std/src/io/prelude.rs
@@ -1,4 +1,4 @@
-//! # The I/O Prelude
+//! The I/O Prelude.
 //!
 //! The purpose of this module is to alleviate imports of many common I/O traits
 //! by adding a glob import to the top of I/O heavy modules: