Skip to content

Commit 5a4288e

Browse files
marsonyadanielleadams
authored andcommitted
doc: fix typo in crypto.md
PR-URL: #37279 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
1 parent 0e887ca commit 5a4288e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/crypto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@ added: v15.8.0
20192019
to the OpenSSL documentation for the [`BN_is_prime_ex`][] function `nchecks`
20202020
options for more details. **Defaults**: `0`
20212021
* `callback` {Function}
2022-
* `err` {Error} Set to an {Error} object if an error occured during check.
2022+
* `err` {Error} Set to an {Error} object if an error occurred during check.
20232023
* `result` {boolean} `true` if the candidate is a prime with an error
20242024
probability less than `0.25 ** options.checks`.
20252025

0 commit comments

Comments
 (0)