Skip to content

Commit

Permalink
Update doc/api/deprecations.md
Browse files Browse the repository at this point in the history
Co-authored-by: Yagiz Nizipli <yagiz@nizipli.com>
  • Loading branch information
marco-ippolito and anonrig authored Dec 6, 2023
1 parent 3838e04 commit dad2f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3556,7 +3556,7 @@ changes:

Type: Documentation-only

The `Hash()` function and `new Hash()` constructor are
Calling `Hash` class directly with `Hash()` or `new Hash()` is
deprecated due to being internals, not intended for public use.
Please use the [`crypto.createHash()`][] method to create Hash instances.

Expand Down

0 comments on commit dad2f99

Please sign in to comment.