diff options
| author | Kenneth Koski <mechaxl@gmail.com> | 2016-02-08 12:04:23 -0600 |
|---|---|---|
| committer | Kenneth Koski <mechaxl@gmail.com> | 2016-02-08 12:07:55 -0600 |
| commit | f3014d13010dc99908d71f06821b95c6b832f8cc (patch) | |
| tree | 5cf71cb36e6014673d29a980d2b1b788da8fa4e7 /src/libstd | |
| parent | 04f12ef4f775cf367f2e34b99d498d51e677a15e (diff) | |
| download | rust-f3014d13010dc99908d71f06821b95c6b832f8cc.tar.gz rust-f3014d13010dc99908d71f06821b95c6b832f8cc.zip | |
Fixing typo in prelude documentation
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 //! |
