There was an error while loading. Please reload this page.
1 parent 3ef5d57 commit 4644673Copy full SHA for 4644673
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