From a6985da87c31edfe43a243a2361facbaafa01246 Mon Sep 17 00:00:00 2001 From: Eric Loots Date: Wed, 26 Jan 2022 10:09:26 +0100 Subject: [PATCH] Fix spelling error --- _overviews/scala3-migration/incompat-type-checker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/scala3-migration/incompat-type-checker.md b/_overviews/scala3-migration/incompat-type-checker.md index 76ef7bd112..8c111a199f 100644 --- a/_overviews/scala3-migration/incompat-type-checker.md +++ b/_overviews/scala3-migration/incompat-type-checker.md @@ -100,7 +100,7 @@ The error message is: | Required: Fetch[A$1] {% endhighlight %} -Which is right, there is no proof that `x` and `y` have the same type paramater `A`. +Which is right, there is no proof that `x` and `y` have the same type parameter `A`. Coming from Scala 2, this is clearly an improvement to help us locate mistakes in our code. To solve this incompatibility it is better to find a solution that can be checked by the compiler.