We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6d27d4 + 83206c3 commit 4e09811Copy full SHA for 4e09811
_overviews/FAQ/index.md
@@ -188,7 +188,7 @@ differ from a function value such as:
188
Note that in **Scala 3** most of the differences will go;
189
for example, they will be able to
190
[accept implicit parameters](https://dotty.epfl.ch/docs/reference/contextual/context-functions.html)
191
-as well as [type parameterts](https://dotty.epfl.ch/docs/reference/new-types/polymorphic-function-types.html).
+as well as [type parameters](https://dotty.epfl.ch/docs/reference/new-types/polymorphic-function-types.html).
192
193
Nevertheless, it is still recommended to use methods most of the time,
194
unless you absolutely need a function. And, thanks to
0 commit comments