Skip to content

Commit f5e4625

Browse files
tniessendanielleadams
authored andcommitted
doc: fix backticks in crypto API docs
PR-URL: #37269 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent e2a2bab commit f5e4625

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/crypto.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3274,7 +3274,7 @@ changes:
32743274
`crypto.constants`, which may be: `crypto.constants.RSA_NO_PADDING` or
32753275
`crypto.constants.RSA_PKCS1_PADDING`.
32763276
* `encoding` {string} The string encoding to use when `buffer`, `key`,
3277-
or 'passphrase` are strings.
3277+
or `passphrase` are strings.
32783278
* `buffer` {string|ArrayBuffer|Buffer|TypedArray|DataView}
32793279
* Returns: {Buffer} A new `Buffer` with the encrypted content.
32803280
<!--lint enable maximum-line-length remark-lint-->
@@ -3310,7 +3310,7 @@ changes:
33103310
`crypto.constants`, which may be: `crypto.constants.RSA_NO_PADDING` or
33113311
`crypto.constants.RSA_PKCS1_PADDING`.
33123312
* `encoding` {string} The string encoding to use when `buffer`, `key`,
3313-
or 'passphrase` are strings.
3313+
or `passphrase` are strings.
33143314
* `buffer` {string|ArrayBuffer|Buffer|TypedArray|DataView}
33153315
* Returns: {Buffer} A new `Buffer` with the decrypted content.
33163316
<!--lint enable maximum-line-length remark-lint-->
@@ -3362,7 +3362,7 @@ changes:
33623362
`crypto.constants.RSA_PKCS1_PADDING`, or
33633363
`crypto.constants.RSA_PKCS1_OAEP_PADDING`.
33643364
* `encoding` {string} The string encoding to use when `buffer`, `key`,
3365-
`oaepLabel`, or 'passphrase` are strings.
3365+
`oaepLabel`, or `passphrase` are strings.
33663366
* `buffer` {string|ArrayBuffer|Buffer|TypedArray|DataView}
33673367
* Returns: {Buffer} A new `Buffer` with the encrypted content.
33683368
<!--lint enable maximum-line-length remark-lint-->

0 commit comments

Comments
 (0)