Skip to content

Commit ba2e0ca

Browse files
lcnrlqd
andauthored
typo
Co-authored-by: Rémy Rakic <[email protected]>
1 parent 55f938b commit ba2e0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/ty/fast_reject.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ where
5050

5151
#[derive(PartialEq, Eq, Debug, Clone, Copy)]
5252
pub enum TreatParams {
53-
/// Treat parametes as bound types in the given environment.
53+
/// Treat parameters as bound types in the given environment.
5454
///
5555
/// For this to be correct the input has to be fully normalized
5656
/// in its param env as it may otherwise cause us to ignore

0 commit comments

Comments
 (0)