Skip to content

Commit

Permalink
mod.rs: fix typo
Browse files Browse the repository at this point in the history
"particularly" was misspelled.
  • Loading branch information
scottrobertwhittaker committed Feb 9, 2016
1 parent 6630a08 commit 5c3a194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/prelude/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

2 comments on commit 5c3a194

@Alhadis
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@scottrobertwhittaker There's another one on line #58 - "destuctors".

@scottrobertwhittaker
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.