We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fea08 commit 36a66c0Copy full SHA for 36a66c0
src/subtyping.md
@@ -2,7 +2,7 @@
2
3
Subtyping is implicit and can occur at any stage in type checking or
4
inference. Subtyping is restricted to two cases:
5
-variance with respect to lifetimes, and between types with higher ranked
+variance with respect to lifetimes and between types with higher ranked
6
lifetimes. If we were to erase lifetimes from types, then the only subtyping
7
would be due to type equality.
8
0 commit comments