8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129977c commit 3b08b5dCopy full SHA for 3b08b5d
doc/api/process.markdown
@@ -59,7 +59,7 @@ is emitted with the following arguments:
59
60
There is no notion of a top level for a promise chain at which rejections can
61
always be handled. Being inherently asynchronous in nature, a promise rejection
62
-can be be handled at a future point in time — possibly much later than the
+can be handled at a future point in time — possibly much later than the
63
event loop turn it takes for the `'unhandledRejection'` event to be emitted.
64
65
Another way of stating this is that, unlike in synchronous code where there is
0 commit comments