Skip to content

Commit 43be8c9

Browse files
authored
Merge pull request #128 from casey/number
Fix number agreement in subtyping chapter
2 parents f7a148c + 51df283 commit 43be8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/subtyping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ languages to be a bit more flexible and permissive.
55

66
Subtyping in Rust is a bit different from subtyping in other languages. This
77
makes it harder to give simple examples, which is a problem since subtyping,
8-
and especially variance, are already hard to understand properly. As in,
8+
and especially variance, is already hard to understand properly. As in,
99
even compiler writers mess it up all the time.
1010

1111
To keep things simple, this section will consider a small extension to the

0 commit comments

Comments
 (0)