Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yo-goto authored and mfuji09 committed Aug 16, 2024
1 parent 16f9fc3 commit da92b23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const thenable = {
},
};

Promise.resolve(thenable); // 無z限の再帰を引き起こす
Promise.resolve(thenable); // 無限の再帰を引き起こす
```

### Promise 以外のコンストラクターに対する resolve() の呼び出し
Expand Down

0 comments on commit da92b23

Please sign in to comment.