From 5c3a1940343729bb4b9e80d6eeb93274af9baf52 Mon Sep 17 00:00:00 2001 From: Scott Whittaker Date: Tue, 9 Feb 2016 11:47:42 -0500 Subject: [PATCH] mod.rs: fix typo "particularly" was misspelled. --- src/libstd/prelude/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/prelude/mod.rs b/src/libstd/prelude/mod.rs index e04a676b81250..a0db471deceb3 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