Skip to content

Commit 87b41e0

Browse files
authored
Merge pull request #2110 from genghis-yang/patch-2
Remove duplicated `a` in Scala 3 Book / FUNCTIONS ARE VALUES
2 parents bc1f65e + 1b0bd33 commit 87b41e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/fp-functions-are-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ val doubles = nums.filter(underFive).map(double)
3737

3838
This ability to treat methods and functions as values is a powerful feature that functional programming languages provide.
3939

40-
> Technically, a a function that takes another function as an input parameter is known as a *Higher-Order Function*.
40+
> Technically, a function that takes another function as an input parameter is known as a *Higher-Order Function*.
4141
> (If you like humor, as someone once wrote, that’s like saying that a class that takes an instance of another class as a constructor parameter is a Higher-Order Class.)
4242
4343

0 commit comments

Comments
 (0)