Auto merge of #31493 - mechaxl:master, r=steveklabnik

This pull request fixes a minor typo in the prelude documentation.

r? @steveklabnik
This commit is contained in:
bors 2016-02-09 10:50:04 +00:00
commit 6630a08195

View File

@ -45,7 +45,7 @@
//!
//! The difference between 'the prelude' and these other preludes is that they
//! are not automatically `use`'d, and must be imported manually. This is still
//! easier than importing all of their consitutent components.
//! easier than importing all of their constituent components.
//!
//! # Prelude contents
//!