diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-12-17 14:47:14 -0500 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-12-17 14:47:14 -0500 |
| commit | b3bf43cdb543f2d5a0daec1415579ad9d4f38c11 (patch) | |
| tree | a504f3fa5b48bdef2c48ef899c96887503b63e34 /src/libstd | |
| parent | e42f97dae33ee28c5d17b1a6e8c87baefbf85317 (diff) | |
| parent | bd4aa64f31591b6fd75b798ce19cb5bf52172ebb (diff) | |
| download | rust-b3bf43cdb543f2d5a0daec1415579ad9d4f38c11.tar.gz rust-b3bf43cdb543f2d5a0daec1415579ad9d4f38c11.zip | |
Rollup merge of #30442 - tshepang:typo, 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 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. //! |
