Skip to content

Commit 3ec7485

Browse files
authored
Merge pull request #873 from zoren/patch-1
Update ConstraintSolver.fs
2 parents 79e77bb + 88683fc commit 3ec7485

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)