about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2015-12-17 20:57:14 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2015-12-17 20:57:14 +0200
commitbd4aa64f31591b6fd75b798ce19cb5bf52172ebb (patch)
tree4a31b7b163873fc6479c603c346be48c27f9ce17 /src/libstd
parent9687a8a96978280824a557d32b30e619f857e6a7 (diff)
downloadrust-bd4aa64f31591b6fd75b798ce19cb5bf52172ebb.tar.gz
rust-bd4aa64f31591b6fd75b798ce19cb5bf52172ebb.zip
doc: fix typo
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.
 //!