Merge pull request #482 from Plotnus/patch-1

fixed dropped 's' in trait.
This commit is contained in:
Dzmitry Malyshau 2019-05-02 10:42:27 -04:00 committed by GitHub
commit 9e67e6cdc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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