From fd7550c8fbe17885e9fcf0b613d520100a48bbb0 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 3 Mar 2022 18:39:00 +0100 Subject: [PATCH] doc: use parenthesis instead of em dash --- doc/api/crypto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 8025e0f91829af..5721f8df30fa0e 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