Skip to content

Commit 08b31f1

Browse files
tniessendanielleadams
authored andcommitted
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 <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>
1 parent cf028df commit 08b31f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4715,7 +4715,7 @@ added: v15.6.0
47154715
**Default:** `false`.
47164716
* Returns: {string}
47174717

4718-
Generates a random [RFC 4122][] Version 4 UUID. The UUID is generated using a
4718+
Generates a random [RFC 4122][] version 4 UUID. The UUID is generated using a
47194719
cryptographic pseudorandom number generator.
47204720

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

doc/api/webcrypto.md

Lines changed: 1 addition & 1 deletion
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)