From 6145113fe5036bc4d516408e56c3c69ce03f927e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Fri, 6 Aug 2021 02:00:58 +0200 Subject: 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 Reviewed-By: James M Snell Reviewed-By: Beth Griggs Reviewed-By: Darshan Sen --- doc/api/crypto.md | 2 +- doc/api/webcrypto.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api') 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` -- cgit v1.2.3