Skip to content

Commit 54276d2

Browse files
committed
Correct nest name in Chapter 11
1 parent 08ff277 commit 54276d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

11_async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ function locateScalpel2(nest) {
12751275
}
12761276
12771277
locateScalpel(nest).then(console.log);
1278-
// → Butcher's Shop
1278+
// → Butcher Shop
12791279
```
12801280

12811281
if}}

0 commit comments

Comments
 (0)