Skip to content

Commit 451b192

Browse files
changed variable name (#150)
changed variable name from `result1andhalf` to result1andhalf
1 parent 5d0a75a commit 451b192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/stdlib/HigherOrderFunctions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ object HigherOrderFunctions
5050
def lambda5(x: Int) = x + 1
5151

5252
val result = lambda(3)
53-
val `result1andhalf` = lambda.apply(3)
53+
val result1andhalf = lambda.apply(3)
5454

5555
val result2 = lambda2(3)
5656
val result3 = lambda3(3)

0 commit comments

Comments
 (0)