Commit 33792c5
authored
Deleted some extra parentheses, part3c.md
In the entire chapter, there were 8 examples where `.catch(error => {})` were used. Those two examples that I have updated contained parentheses around the error statement that looked like `.catch((error) => {}`. This made the code feels a little different than usual, so I updated it.
Incase the changes should have been on the other examples, I will be happy to update this pull request!1 parent fa68638 commit 33792c5
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | | - | |
| 459 | + | |
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | | - | |
| 503 | + | |
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
| |||
0 commit comments