Skip to content

Commit 6145113

Browse files
tniessennodejs-github-bot
authored andcommittedAug 8, 2021
doc: change "Version 4 UUID" to "version 4 UUID"
Refs: https://www.rfc-editor.org/rfc/rfc4122.txt PR-URL: #39682 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent df25424 commit 6145113

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎doc/api/crypto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4717,7 +4717,7 @@ added:
47174717
**Default:** `false`.
47184718
* Returns: {string}
47194719

4720-
Generates a random [RFC 4122][] Version 4 UUID. The UUID is generated using a
4720+
Generates a random [RFC 4122][] version 4 UUID. The UUID is generated using a
47214721
cryptographic pseudorandom number generator.
47224722

47234723
### `crypto.scrypt(password, salt, keylen[, options], callback)`

‎doc/api/webcrypto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ added: REPLACEME
368368

369369
* Returns: {string}
370370

371-
Generates a random [RFC 4122][] Version 4 UUID. The UUID is generated using a
371+
Generates a random [RFC 4122][] version 4 UUID. The UUID is generated using a
372372
cryptographic pseudorandom number generator.
373373

374374
## Class: `CryptoKey`

0 commit comments

Comments
 (0)
Please sign in to comment.