Skip to content

Commit f459d8d

Browse files
authored
Rollup merge of #98273 - Piturnah:patch-1, r=compiler-errors
Fix minor documentation typo Fixes incorrect pluralisation of `crate` in documentation for rustc_trait_selection
2 parents e635704 + 3ce6e12 commit f459d8d

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_trait_selection/src

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! This crates defines the trait resolution method.
1+
//! This crate defines the trait resolution method.
22
//!
33
//! - **Traits.** Trait resolution is implemented in the `traits` module.
44
//!

0 commit comments

Comments
 (0)