| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -111,7 +111,7 @@ For one line method bodies you can skip both the braces `{}` and the `return` ke | |||
| 111 | 111 | names.sort((a, b) -> b.compareTo(a)); | |
| 112 | 112 | ``` | |
| 113 | 113 | ||
| 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. | ||
| 115 | 115 | ||
| 116 | 116 | ||
| 117 | 117 | ## Functional Interfaces | |
| Back | FazBrowse Home | New Git URL |
0 commit comments