From f3014d13010dc99908d71f06821b95c6b832f8cc Mon Sep 17 00:00:00 2001 From: Kenneth Koski Date: Mon, 8 Feb 2016 12:04:23 -0600 Subject: [PATCH] Fixing typo in prelude documentation --- src/libstd/prelude/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/prelude/mod.rs b/src/libstd/prelude/mod.rs index 04568ad85bffe..e04a676b81250 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 //!