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 <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Zeyu Yang <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Danielle Adams <[email protected]>
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)