Skip to content

Commit dad2f99

Browse files
Update doc/api/deprecations.md
Co-authored-by: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 3838e04 commit dad2f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3556,7 +3556,7 @@ changes:
35563556

35573557
Type: Documentation-only
35583558

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

0 commit comments

Comments
 (0)