diff --git a/src/libstd/prelude/mod.rs b/src/libstd/prelude/mod.rs index 3ff1798159efa..bda4cdfb43733 100644 --- a/src/libstd/prelude/mod.rs +++ b/src/libstd/prelude/mod.rs @@ -26,7 +26,7 @@ //! extern crate std; //! ``` //! -//! into the crate root of every crate, and +//! into the crate root of every crate, and //! //! ```ignore //! use std::prelude::v1::*;