Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _overviews/scala3-book/fun-hofs.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ To create a method that takes a function parameter, all you have to do is:
1. In your method’s parameter list, define the signature of the function you want to accept
2. Use that function inside your method

To demonstrate this, here’s a method that that takes an input parameter named `f`, where `f` is a function:
To demonstrate this, here’s a method that takes an input parameter named `f`, where `f` is a function:

{% tabs sayHello-definition %}
{% tab 'Scala 2 and 3' %}
Expand Down