Skip to content

Commit 51df283

Browse files
committed
Fix number agreement in subtyping chapter
1 parent c02e0e7 commit 51df283

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)