Skip to content

Commit 139f848

Browse files
authored
Merge pull request #2900 from tndhl/fix-typo-overview-fun-hofs
Fix typo in `overviews/scala3-book/fun-hofs.md`
2 parents f44148d + a6d3efb commit 139f848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/fun-hofs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To create a method that takes a function parameter, all you have to do is:
9191
1. In your method’s parameter list, define the signature of the function you want to accept
9292
2. Use that function inside your method
9393

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

9696
{% tabs sayHello-definition %}
9797
{% tab 'Scala 2 and 3' %}

0 commit comments

Comments
 (0)