Merge pull request #482 from Plotnus/patch-1
fixed dropped 's' in trait.
This commit is contained in:
commit
9e67e6cdc4
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
//! # The prelude
|
//! # The prelude
|
||||||
//!
|
//!
|
||||||
//! Importing each trait individually can become a chore, so we provide a
|
//! Importing each trait individually can become a chore, so we provide a
|
||||||
//! `prelude` module to allow you to import the main trait all at once. For
|
//! `prelude` module to allow you to import the main traits all at once. For
|
||||||
//! example:
|
//! example:
|
||||||
//!
|
//!
|
||||||
//! ```rust
|
//! ```rust
|
||||||
|
|
Loading…
Reference in a new issue