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>2020-10-01 21:35:23 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-10-09 21:46:46 +0300
commit9fedb044e7d6d9802215ed4d04226c5a642b1fb1 (patch)
treea3cbb620965cb6d9cdb46db7666b0be400997055 /doc/api/crypto.md
parent125523bffe9e5fbc14af185da6f682e08c05b1ba (diff)
doc: changes description must end with a period
Refs: https://github.com/nodejs/remark-preset-lint-node/pull/139 PR-URL: https://github.com/nodejs/node/pull/35454 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'doc/api/crypto.md')
-rw-r--r--doc/api/crypto.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 5b22fc278ae..bf94c1bf2c4 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -514,7 +514,7 @@ added: v1.0.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/35093
- decription: The buffer argument can be a string or ArrayBuffer and is
+ description: The buffer argument can be a string or ArrayBuffer and is
limited to no more than 2 ** 31 - 1 bytes.
- version: v7.2.0
pr-url: https://github.com/nodejs/node/pull/9398
@@ -543,7 +543,7 @@ added: v1.0.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/35093
- decription: The buffer argument can be a string or ArrayBuffer and is
+ description: The buffer argument can be a string or ArrayBuffer and is
limited to no more than 2 ** 31 - 1 bytes.
- version: v11.0.0
pr-url: https://github.com/nodejs/node/pull/17825
@@ -884,11 +884,11 @@ added: v0.11.14
changes:
- version: v6.0.0
pr-url: https://github.com/nodejs/node/pull/5522
- description: The default `inputEncoding` changed from `binary` to `utf8`
+ description: The default `inputEncoding` changed from `binary` to `utf8`.
- version: v10.0.0
pr-url: https://github.com/nodejs/node/pull/16849
description: Changed error format to better support invalid public key
- error
+ error.
-->
* `otherPublicKey` {string|ArrayBuffer|Buffer|TypedArray|DataView}
@@ -1295,14 +1295,14 @@ changes:
description: Added support for `'dh'`.
- version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/26960
- description: Added support for `'rsa-pss'`
+ description: Added support for `'rsa-pss'`.
- version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/26786
description: This property now returns `undefined` for KeyObject
instances of unrecognized type instead of aborting.
- version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/26774
- description: Added support for `'x25519'` and `'x448'`
+ description: Added support for `'x25519'` and `'x448'`.
- version: v12.0.0
pr-url: https://github.com/nodejs/node/pull/26319
description: Added support for `'ed25519'` and `'ed448'`.