Skip to content

Commit

Permalink
Merge pull request #128 from casey/number
Browse files Browse the repository at this point in the history
Fix number agreement in subtyping chapter
Gankra authored Apr 13, 2019
2 parents f7a148c + 51df283 commit 43be8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subtyping.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ languages to be a bit more flexible and permissive.

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

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

0 comments on commit 43be8c9

Please sign in to comment.