Skip to content

Commit 88683fc

Browse files
authored
Update ConstraintSolver.fs
1 parent 79e77bb commit 88683fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/ConstraintSolver.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// The constraints are immediately processed into a normal form, in particular
1515
// - type equations on inference parameters: 'tp = ty
1616
// - type inequations on inference parameters: 'tp :> ty
17-
// - other constraints on inference paramaters
17+
// - other constraints on inference parameters
1818
//
1919
// The state of the inference engine is kept in imperative mutations to inference
2020
// type variables.

0 commit comments

Comments
 (0)