Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c7d3ecf

Browse files
committed
Update README.md
1 parent 82d57cd commit c7d3ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ For one line method bodies you can skip both the braces `{}` and the `return` ke
111111
names.sort((a, b) -> b.compareTo(a));
112112
```
113113

114-
List now has a `sort` method. Alsot he java compiler is aware of the parameter types so you can skip them as well. Let's dive deeper into how lambda expressions can be used in the wild.
114+
List now has a `sort` method. Also the java compiler is aware of the parameter types so you can skip them as well. Let's dive deeper into how lambda expressions can be used in the wild.
115115

116116

117117
## Functional Interfaces

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /