about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2015-12-17 14:47:14 -0500
committerSteve Klabnik <steve@steveklabnik.com>2015-12-17 14:47:14 -0500
commitb3bf43cdb543f2d5a0daec1415579ad9d4f38c11 (patch)
treea504f3fa5b48bdef2c48ef899c96887503b63e34 /src/libstd
parente42f97dae33ee28c5d17b1a6e8c87baefbf85317 (diff)
parentbd4aa64f31591b6fd75b798ce19cb5bf52172ebb (diff)
downloadrust-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.rs2
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.
 //!