File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
5-0-functional-programming Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Java SE 8+ provides a rich API that enables functional programming features base
1717* Stream API
1818* Optional API
1919
20- ### At the end of this module you will be ablte to
20+ ### At the end of this module you will be able to
2121Write this
2222``` java
2323public List<Account > findAllGmailAccounts(List<Account > accounts) {
@@ -40,7 +40,7 @@ public List<Account> findAllGmailAccounts(List<Account> accounts) {
4040```
4141Among other you will be able to
4242* 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** ✅
43+ * ** process data collections** in a ** concise** and ** easy way to understand ** using ** Stream API** ✅
4444* write ** null-safe code** using ** Optional API** ✅
4545
4646### Learn or skip ?
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Imagine you need to add a new `methodX()` to the exercise. Here's the list of ac
35354 . Push the changes
36365 . Checkout ` completed `
37376 . Create a local branch from ` completed ` (let's call it ` solution branch ` )
38- 7 . Merge your ` exercise branch ` into the ` solution brnach `
38+ 7 . Merge your ` exercise branch ` into the ` solution branch `
39398 . Implement ` methodX() ` and make sure that tests pass
40409 . Commit these changes to the ` solution branch `
414110 . Push the changes
You can’t perform that action at this time.
0 commit comments