Skip to content

Commit 8aa8b63

Browse files
Update type-system.md
1 parent bb2611e commit 8aa8b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

type-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ There is a slight distinction made between standard unification and specializati
6565
We say that specialization chooses "the most specific" candidate, but what does that really mean?
6666
We might think that specialization is just the deepest subtype, but that would be wrong.
6767

68-
When we have two candidates such as `x -> x` and it's specialized version `A -> A`, we obviously want to choose the specialized version.
68+
When we have two candidates such as `x -> x` and its specialized version `A -> A`, we obviously want to choose the specialized version.
6969
However, in standard subtyping relations, the parametric version is the subtype.
7070
This is because `x -> x` can become a `A -> A`, but `A -> A` cannot become a `x -> x`.
7171
So something needs to change.

0 commit comments

Comments
 (0)