Skip to content

Commit 04d2c74

Browse files
aduh95sxa
authored andcommitted
doc: use parenthesis instead of em dash
PR-URL: #42202 Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
1 parent 0bbb447 commit 04d2c74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/crypto.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ try {
5454

5555
When using the lexical ESM `import` keyword, the error can only be
5656
caught if a handler for `process.on('uncaughtException')` is registered
57-
_before_ any attempt to load the module is made -- using, for instance,
58-
a preload module.
57+
_before_ any attempt to load the module is made (using, for instance,
58+
a preload module).
5959

6060
When using ESM, if there is a chance that the code may be run on a build
6161
of Node.js where crypto support is not enabled, consider using the

0 commit comments

Comments
 (0)