fixed dropped 's' in trait.

Grammatical change from singular to plural.
This commit is contained in:
Jonathan Plotner 2019-04-25 12:47:35 -07:00 committed by GitHub
parent 93786bfc9a
commit 107f90c2e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@
//! # The prelude
//!
//! 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:
//!
//! ```rust