Fix minor documentation typo

Incorrect pluralisation of `crate`
This commit is contained in:
Peter Hebden
2022-06-20 03:30:21 +01:00
committed by GitHub
parent 611e7b9cea
commit 3ce6e125fa

View File

@@ -1,4 +1,4 @@
//! This crates defines the trait resolution method.
//! This crate defines the trait resolution method.
//!
//! - **Traits.** Trait resolution is implemented in the `traits` module.
//!