diff options
| author | bors <bors@rust-lang.org> | 2016-02-09 10:50:04 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2016-02-09 10:50:04 +0000 |
| commit | 6630a0819553898c3fc0d060cc72a94d62ae1330 (patch) | |
| tree | 71ad05de61b8f7aa1a954499bec0ffa2d9216740 /src/libstd | |
| parent | 8b95b0a6f98bc58f9a8b39caa8c681d1500c2e9b (diff) | |
| parent | f3014d13010dc99908d71f06821b95c6b832f8cc (diff) | |
| download | rust-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.rs | 2 |
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 //! |
