diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-12-17 20:57:14 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-12-17 20:57:14 +0200 |
| commit | bd4aa64f31591b6fd75b798ce19cb5bf52172ebb (patch) | |
| tree | 4a31b7b163873fc6479c603c346be48c27f9ce17 /src/libstd | |
| parent | 9687a8a96978280824a557d32b30e619f857e6a7 (diff) | |
| download | rust-bd4aa64f31591b6fd75b798ce19cb5bf52172ebb.tar.gz rust-bd4aa64f31591b6fd75b798ce19cb5bf52172ebb.zip | |
doc: fix typo
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 bda4cdfb437..04568ad85bf 100644 --- a/src/libstd/prelude/mod.rs +++ b/src/libstd/prelude/mod.rs @@ -43,7 +43,7 @@ //! //! [`std::io::prelude`]: ../io/prelude/index.html //! -//! The differece between 'the prelude' and these other preludes is that they +//! 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. //! |
