@@ -3274,7 +3274,7 @@ changes:
3274
3274
` crypto.constants ` , which may be: ` crypto.constants.RSA_NO_PADDING ` or
3275
3275
` crypto.constants.RSA_PKCS1_PADDING ` .
3276
3276
* ` encoding ` {string} The string encoding to use when ` buffer ` , ` key ` ,
3277
- or ' passphrase` are strings.
3277
+ or ` passphrase ` are strings.
3278
3278
* ` buffer ` {string|ArrayBuffer|Buffer|TypedArray|DataView}
3279
3279
* Returns: {Buffer} A new ` Buffer ` with the encrypted content.
3280
3280
<!-- lint enable maximum-line-length remark-lint-->
@@ -3310,7 +3310,7 @@ changes:
3310
3310
` crypto.constants ` , which may be: ` crypto.constants.RSA_NO_PADDING ` or
3311
3311
` crypto.constants.RSA_PKCS1_PADDING ` .
3312
3312
* ` encoding ` {string} The string encoding to use when ` buffer ` , ` key ` ,
3313
- or ' passphrase` are strings.
3313
+ or ` passphrase ` are strings.
3314
3314
* ` buffer ` {string|ArrayBuffer|Buffer|TypedArray|DataView}
3315
3315
* Returns: {Buffer} A new ` Buffer ` with the decrypted content.
3316
3316
<!-- lint enable maximum-line-length remark-lint-->
@@ -3362,7 +3362,7 @@ changes:
3362
3362
` crypto.constants.RSA_PKCS1_PADDING ` , or
3363
3363
` crypto.constants.RSA_PKCS1_OAEP_PADDING ` .
3364
3364
* ` encoding ` {string} The string encoding to use when ` buffer ` , ` key ` ,
3365
- ` oaepLabel ` , or ' passphrase` are strings.
3365
+ ` oaepLabel ` , or ` passphrase ` are strings.
3366
3366
* ` buffer ` {string|ArrayBuffer|Buffer|TypedArray|DataView}
3367
3367
* Returns: {Buffer} A new ` Buffer ` with the encrypted content.
3368
3368
<!-- lint enable maximum-line-length remark-lint-->
0 commit comments