Skip to content

Commit dc7f5e4

Browse files
committed
Improve README
1 parent 1e8cc74 commit dc7f5e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,16 +165,16 @@ or
165165

166166
## `info.value`
167167

168-
Can be:
168+
Value:
169169

170-
- the value thrown by
170+
- thrown by
171171
[`uncaughtException`](https://nodejs.org/api/process.html#process_event_uncaughtexception).
172-
- the value resolved/rejected by the promise with
172+
- resolved/rejected by the promise with
173173
[`unhandledRejection`](https://nodejs.org/api/process.html#process_event_unhandledrejection),
174174
[`rejectionHandled`](https://nodejs.org/api/process.html#process_event_rejectionhandled)
175175
and
176176
[`multipleResolves`](https://nodejs.org/api/process.html#process_event_multipleresolves).
177-
- the error emitted by
177+
- emitted by
178178
[`warning`](https://nodejs.org/api/process.html#process_event_warning).
179179

180180
It is usually an `Error` instance but could be anything.
@@ -188,9 +188,9 @@ with
188188
and
189189
[`multipleResolves`](https://nodejs.org/api/process.html#process_event_multipleresolves).
190190

191-
## `info.nextRejected`, `info.nextValue`
191+
## `info.nextValue`, `info.nextRejected`
192192

193-
Like [`rejected`](#inforejected) and [`value`](#infovalue) but for
193+
Like [`value`](#infovalue) and [`rejected`](#inforejected) but for
194194
the second time the promise was resolved/rejected. Only defined with
195195
[`multipleResolves`](https://nodejs.org/api/process.html#process_event_multipleresolves).
196196

0 commit comments

Comments
 (0)