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
path: root/doc/api
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2021-08-06 03:00:58 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-08-08 21:49:49 +0300
commit6145113fe5036bc4d516408e56c3c69ce03f927e (patch)
treeee9b808317f973e78a0d8d110e0f85975aaf8f03 /doc/api
parentdf25424b9195d3122452989582a6988d1ea342a2 (diff)
doc: change "Version 4 UUID" to "version 4 UUID"
Refs: https://www.rfc-editor.org/rfc/rfc4122.txt PR-URL: https://github.com/nodejs/node/pull/39682 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/crypto.md2
-rw-r--r--doc/api/webcrypto.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index a0d87e14e2e..73f5ecd9506 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -4717,7 +4717,7 @@ added:
**Default:** `false`.
* Returns: {string}
-Generates a random [RFC 4122][] Version 4 UUID. The UUID is generated using a
+Generates a random [RFC 4122][] version 4 UUID. The UUID is generated using a
cryptographic pseudorandom number generator.
### `crypto.scrypt(password, salt, keylen[, options], callback)`
diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md
index 799cfd56431..a345655b77e 100644
--- a/doc/api/webcrypto.md
+++ b/doc/api/webcrypto.md
@@ -368,7 +368,7 @@ added: REPLACEME
* Returns: {string}
-Generates a random [RFC 4122][] Version 4 UUID. The UUID is generated using a
+Generates a random [RFC 4122][] version 4 UUID. The UUID is generated using a
cryptographic pseudorandom number generator.
## Class: `CryptoKey`