1
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.
//!