Skip to content

Commit

Permalink
doc: change "Version 4 UUID" to "version 4 UUID"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tniessen authored and nodejs-github-bot committed Aug 8, 2021
1 parent df25424 commit 6145113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/api/crypto.md
Expand Up @@ -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)`
Expand Down
2 changes: 1 addition & 1 deletion doc/api/webcrypto.md
Expand Up @@ -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`
Expand Down

0 comments on commit 6145113

Please sign in to comment.