Skip to content

Commit 8f4ca22

Browse files
committed
Correct typo in text of RFC1214
1 parent cfcb2d2 commit 8f4ca22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/1214-projections-lifetimes-and-wf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ and `T: 'x` (from the rule `OutlivesReference`).
574574

575575
But often we are in a situation where we can't normalize the
576576
projection (for example, a projection like `I::Item` where we only
577-
know that `I: Iterator`). (For example, What can we do then? The rule
577+
know that `I: Iterator`). What can we do then? The rule
578578
`OutlivesProjectionComponents` says that if we can conclude that every
579579
lifetime/type parameter `Pi` to the trait reference outlives `'x`,
580580
then we know that a projection from those parameters outlives `'x`. In

0 commit comments

Comments
 (0)