Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Oct 19, 2024
1 parent 0234fa4 commit cee9851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _overviews/FAQ/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ accept given parameters and
have type parameters.

It's standard to use methods most of the time,
except when function value is actually needed.
except when a function value is actually needed.
[Eta-expansion](https://stackoverflow.com/questions/39445018/what-is-the-eta-expansion-in-scala),
converts methods to functions when needed.
For example, a method such as `map` expects a function,
Expand Down

0 comments on commit cee9851

Please sign in to comment.