Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ fetch('/users.json')



#### Promise による平行非同期処理
#### Promise による並行非同期処理

`Promise.all` を使います。

Expand Down Expand Up @@ -1515,9 +1515,9 @@ Lint をかけてみましょう。



#### Promise による平行非同期処理
#### Promise による並行非同期処理

Promise による平行非同期処理を通常のやりかたと
Promise による並行非同期処理を通常のやりかたと
Promise らしいやり方とでやってみました。

コードを比較してみてください。
Expand Down