Skip to content

Commit 8b9b024

Browse files
authored
Fix typo
1 parent 1921968 commit 8b9b024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/traits/solve/inspect.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pub enum ProbeStep<'tcx> {
130130
pub enum ProbeKind<'tcx> {
131131
/// The root inference context while proving a goal.
132132
Root { result: QueryResult<'tcx> },
133-
/// Trying to normalize an alias by at least one stpe in `NormalizesTo`.
133+
/// Trying to normalize an alias by at least one step in `NormalizesTo`.
134134
TryNormalizeNonRigid { result: QueryResult<'tcx> },
135135
/// Probe entered when normalizing the self ty during candidate assembly
136136
NormalizedSelfTyAssembly,

0 commit comments

Comments
 (0)