Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 02-lambdas.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ popular and relevant, Java is forced to embrace the functional style of
programming. Otherwise, Java would become irrelevant.

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