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.
1 parent 0234fa4 commit cee9851Copy full SHA for cee9851
_overviews/FAQ/index.md
@@ -258,7 +258,7 @@ accept given parameters and
258
have type parameters.
259
260
It's standard to use methods most of the time,
261
-except when function value is actually needed.
+except when a function value is actually needed.
262
[Eta-expansion](https://stackoverflow.com/questions/39445018/what-is-the-eta-expansion-in-scala),
263
converts methods to functions when needed.
264
For example, a method such as `map` expects a function,
0 commit comments