Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2022-03-03 22:45:30 +0300
committerGitHub <noreply@github.com>2022-03-03 22:45:30 +0300
commit29bb2bb57d2a993e4e79172fe6b954f8047eee81 (patch)
tree85e5dcf1fae95fc13442a80e38bda00422a2b25d /doc/api/crypto.md
parent2d6aea7ff5ba41fb564c719fc896847a31e16d0b (diff)
doc: use parenthesis instead of em dash
PR-URL: https://github.com/nodejs/node/pull/42202 Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Diffstat (limited to 'doc/api/crypto.md')
-rw-r--r--doc/api/crypto.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 8025e0f9182..5721f8df30f 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -54,8 +54,8 @@ try {
When using the lexical ESM `import` keyword, the error can only be
caught if a handler for `process.on('uncaughtException')` is registered
-_before_ any attempt to load the module is made -- using, for instance,
-a preload module.
+_before_ any attempt to load the module is made (using, for instance,
+a preload module).
When using ESM, if there is a chance that the code may be run on a build
of Node.js where crypto support is not enabled, consider using the