Skip to content

Commit 970c849

Browse files
authored
Update scala-for-java-programmers.md by adding a missing 'is' (#2996)
* Update scala-for-java-programmers.md by adding a missing 'is' * Update scala-for-java-programmers.md Let's use the plural instead
1 parent 127b063 commit 970c849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/tutorials/scala-for-java-programmers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ Note that in order to print the string, we used the predefined method
384384
#### Anonymous functions
385385

386386
In Scala, lambda expressions are known as anonymous functions.
387-
They are useful when a function so short it is perhaps unneccesary
387+
They are useful when functions are so short it is perhaps unneccesary
388388
to give them a name.
389389

390390
Here is a revised version of the timer

0 commit comments

Comments
 (0)