Skip to content

Commit 4e09811

Browse files
authored
Merge pull request #2081 from stefichjo/patch-1
Update index.md
2 parents b6d27d4 + 83206c3 commit 4e09811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/FAQ/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ differ from a function value such as:
188188
Note that in **Scala 3** most of the differences will go;
189189
for example, they will be able to
190190
[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).
191+
as well as [type parameters](https://dotty.epfl.ch/docs/reference/new-types/polymorphic-function-types.html).
192192

193193
Nevertheless, it is still recommended to use methods most of the time,
194194
unless you absolutely need a function. And, thanks to

0 commit comments

Comments
 (0)