mod.rs: fix typo

"particularly" was misspelled.
This commit is contained in:
Scott Whittaker 2016-02-09 11:47:42 -05:00
parent 6630a08195
commit 5c3a194034

View File

@ -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