Fix typo "TraitObligatiom" -> "TraitObligation"

This commit is contained in:
Leijurv 2020-08-06 14:37:32 -07:00 committed by GitHub
parent 0d75c91def
commit 6eeae7d420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -440,7 +440,7 @@ fn evaluate_predicate_recursively<'o>(
obligation
);
// `previous_stack` stores a `TraitObligatiom`, while `obligation` is
// `previous_stack` stores a `TraitObligation`, while `obligation` is
// a `PredicateObligation`. These are distinct types, so we can't
// use any `Option` combinator method that would force them to be
// the same.