about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
authorPeter Hebden <peterhebden6@gmail.com>2022-06-20 03:30:21 +0100
committerGitHub <noreply@github.com>2022-06-20 03:30:21 +0100
commit3ce6e125fa35b747fadb3a34f130943b11337b2e (patch)
tree250e32c9aae4e899a87a3690a73652e378bb6872 /compiler
parent611e7b9cea2b982b63de7f6697b2a9079b0bf188 (diff)
downloadrust-3ce6e125fa35b747fadb3a34f130943b11337b2e.tar.gz
rust-3ce6e125fa35b747fadb3a34f130943b11337b2e.zip
Fix minor documentation typo
Incorrect pluralisation of `crate`
Diffstat (limited to 'compiler')
-rw-r--r--compiler/rustc_trait_selection/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/lib.rs b/compiler/rustc_trait_selection/src/lib.rs
index e4da6172916..44ff3fd7306 100644
--- a/compiler/rustc_trait_selection/src/lib.rs
+++ b/compiler/rustc_trait_selection/src/lib.rs
@@ -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.
 //!