diff --git a/src/libstd/prelude/mod.rs b/src/libstd/prelude/mod.rs index e04a676b812..a0db471dece 100644 --- a/src/libstd/prelude/mod.rs +++ b/src/libstd/prelude/mod.rs @@ -17,7 +17,7 @@ //! //! The *prelude* is the list of things that Rust automatically imports into //! every Rust program. It's kept as small as possible, and is focused on -//! things, particuarly traits, which are used in almost every single Rust +//! things, particularly traits, which are used in almost every single Rust //! program. //! //! On a technical level, Rust inserts