Skip to content

Commit 5a685a1

Browse files
Correct typo
1 parent 1f72129 commit 5a685a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/solve/project_goals.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ impl<'tcx> EvalCtxt<'_, 'tcx> {
2323
&mut self,
2424
goal: Goal<'tcx, ProjectionPredicate<'tcx>>,
2525
) -> QueryResult<'tcx> {
26-
// To only compute normalization ones for each projection we only
26+
// To only compute normalization once for each projection we only
2727
// normalize if the expected term is an unconstrained inference variable.
2828
//
2929
// E.g. for `<T as Trait>::Assoc = u32` we recursively compute the goal

0 commit comments

Comments
 (0)