Skip to content

Commit a39e174

Browse files
Fix typo: :< should be <:. (#3811)
1 parent 25a9cb3 commit a39e174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/type-system/inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ satisfies schema `Pt`. Constraints in which `X` appears free in either `Pb` or
643643
### Closure of type constraints
644644

645645
The closure of a type constraint `Pb <: X <: Pt` with respect to a set of type
646-
variables `L` is the subtype constraint `Qb <: X :< Qt` where `Qb` is the
646+
variables `L` is the subtype constraint `Qb <: X <: Qt` where `Qb` is the
647647
greatest closure of `Pb` with respect to `L`, and `Qt` is the least closure of
648648
`Pt` with respect to `L`.
649649

0 commit comments

Comments
 (0)