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 targos committed Sep 4, 2021
1 parent 7b2bebb commit 3b9fa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -2855,7 +2855,7 @@ added: v14.17.0
`disableEntropyCache` to `true`. **Defaults**: `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

0 comments on commit 3b9fa24

Please sign in to comment.