Skip to content

Commit 2f849a4

Browse files
tniessentargos
authored andcommitted
doc: fix markdown formatting in primordials.md
PR-URL: #42877 Refs: #38635 Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
1 parent 0725064 commit 2f849a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/contributing/primordials.md

+1
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ process.on('exit', () => console.log(finallyBlockExecuted)); // true
400400

401401
You can use safe alternatives from primordials that differ slightly from the
402402
original methods:
403+
403404
* It expects an array (or array-like object) instead of an iterable.
404405
* It wraps each promise in `SafePromise` objects and wraps the result in a new
405406
`Promise` instance – which may come with a performance penalty.

0 commit comments

Comments
 (0)