Skip to content

Commit cee9851

Browse files
committed
oops
1 parent 0234fa4 commit cee9851

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
@@ -258,7 +258,7 @@ accept given parameters and
258258
have type parameters.
259259

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

0 commit comments

Comments
 (0)