We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02e0e7 commit 51df283Copy full SHA for 51df283
src/subtyping.md
@@ -5,7 +5,7 @@ languages to be a bit more flexible and permissive.
5
6
Subtyping in Rust is a bit different from subtyping in other languages. This
7
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,
+and especially variance, is already hard to understand properly. As in,
9
even compiler writers mess it up all the time.
10
11
To keep things simple, this section will consider a small extension to the
0 commit comments