Skip to content

Commit 9922ce4

Browse files
authored
Merge pull request #2452 from alexcameron89/patch-1
Fix typo in 0738-variance.md
2 parents 51e3cbc + f99e0e4 commit 9922ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0738-variance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Finally, there can be cases where it is ok to make a lifetime
163163
## Why variance should be inferred
164164

165165
Actually, lifetime parameters already have a notion of variance, and
166-
this varinace is fully inferred. In fact, the proper variance for type
166+
this variance is fully inferred. In fact, the proper variance for type
167167
parameters is *also* being inferred, we're just largely ignoring
168168
it. (It's not completely ignored; it informs the variance of
169169
lifetimes.)

0 commit comments

Comments
 (0)