We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3017ba7 + 584952f commit d3b836dCopy full SHA for d3b836d
5-0-functional-programming/README.md
@@ -17,7 +17,7 @@ Java SE 8+ provides a rich API that enables functional programming features base
17
* Stream API
18
* Optional API
19
20
-### At the end of this module you will be ablte to
+### At the end of this module you will be able to
21
Write this
22
```java
23
public List<Account> findAllGmailAccounts(List<Account> accounts) {
@@ -40,7 +40,7 @@ public List<Account> findAllGmailAccounts(List<Account> accounts) {
40
```
41
Among other you will be able to
42
* use **Funtional Interfaces** and **Lambdas** in order to **pass around functions** like first-class citizens ✅
43
-* **process data collections** in a **concise** and **easy to uderstnad** way using **Stream API** ✅
+* **process data collections** in a **concise** and **easy way to understand** using **Stream API** ✅
44
* write **null-safe code** using **Optional API** ✅
45
46
### Learn or skip ?
CONTRIBUTING.MD
@@ -35,7 +35,7 @@ Imagine you need to add a new `methodX()` to the exercise. Here's the list of ac
35
4. Push the changes
36
5. Checkout `completed`
37
6. Create a local branch from `completed` (let's call it `solution branch`)
38
-7. Merge your `exercise branch` into the `solution brnach`
+7. Merge your `exercise branch` into the `solution branch`
39
8. Implement `methodX()` and make sure that tests pass
9. Commit these changes to the `solution branch`
10. Push the changes
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments