Skip to content

Commit 6630a08

Browse files
committed
Auto merge of #31493 - mechaxl:master, r=steveklabnik
This pull request fixes a minor typo in the prelude documentation. r? @steveklabnik
2 parents 8b95b0a + f3014d1 commit 6630a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/prelude/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
//!
4646
//! The difference between 'the prelude' and these other preludes is that they
4747
//! are not automatically `use`'d, and must be imported manually. This is still
48-
//! easier than importing all of their consitutent components.
48+
//! easier than importing all of their constituent components.
4949
//!
5050
//! # Prelude contents
5151
//!

0 commit comments

Comments
 (0)