about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-02-09 10:50:04 +0000
committerbors <bors@rust-lang.org>2016-02-09 10:50:04 +0000
commit6630a0819553898c3fc0d060cc72a94d62ae1330 (patch)
tree71ad05de61b8f7aa1a954499bec0ffa2d9216740 /src/libstd
parent8b95b0a6f98bc58f9a8b39caa8c681d1500c2e9b (diff)
parentf3014d13010dc99908d71f06821b95c6b832f8cc (diff)
downloadrust-6630a0819553898c3fc0d060cc72a94d62ae1330.tar.gz
rust-6630a0819553898c3fc0d060cc72a94d62ae1330.zip
Auto merge of #31493 - mechaxl:master, r=steveklabnik
This pull request fixes a minor typo in the prelude documentation.

r? @steveklabnik
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/prelude/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/prelude/mod.rs b/src/libstd/prelude/mod.rs
index 04568ad85bf..e04a676b812 100644
--- a/src/libstd/prelude/mod.rs
+++ b/src/libstd/prelude/mod.rs
@@ -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
 //!