Skip to content

Commit 1804d3b

Browse files
author
Misaki Shibata
authored
Update README.md
1 parent d71eee1 commit 1804d3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ https://github.com/misak1/clean-code-javascript
1313
1. [はじめに](#introduction)
1414
2. [Variables](#variables)
1515
3. [Functions](#functions)
16-
4. [Concurrency](#concurrency)
16+
4. [同期処理_Concurrency](#同期処理_Concurrency)
1717
5. [Error Handling](#error-handling)
1818
6. [Formatting](#formatting)
1919
7. [Comments](#comments)
@@ -722,7 +722,7 @@ const car = new Car()
722722
.save();
723723
```
724724

725-
## **同期処理**
725+
## **同期処理_Concurrency**
726726
### コールバックではなく、Promiseを使う
727727

728728
コールバックは簡潔ではありません、そしてそれらは過剰な量のネストを引き起こします。

0 commit comments

Comments
 (0)