Skip to content

Commit 1808327

Browse files
Sven Jungashekhargulati
Sven Junga
authored andcommitted
Update 02-lambdas.md (#18)
Fixed some typo/grammar
1 parent ed07257 commit 1808327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-lambdas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ popular and relevant, Java is forced to embrace the functional style of
99
programming. Otherwise, Java would become irrelevant.
1010

1111
Java 8 is a big step forward in making the world's most popular language adopt
12-
the functional style of programming. To support functional a programming style,
12+
the functional style of programming. To support a functional programming style,
1313
the language must support functions as first class citizens. Prior to Java 8,
1414
writing a clean functional style code was not possible without the use of an
1515
anonymous inner class boilerplate. With the introduction of Lambda expressions,

0 commit comments

Comments
 (0)