Skip to content

Commit 78b6aef

Browse files
panvaruyadorno
authored andcommitted
doc: fix deprecation codes
PR-URL: #56018 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 474bf80 commit 78b6aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/deprecations.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3701,7 +3701,7 @@ Type: Documentation-only
37013701
Passing non-supported argument types is deprecated and, instead of returning `false`,
37023702
will throw an error in a future version.
37033703

3704-
### DEP0187: `process.features.ipv6` and `process.features.uv`
3704+
### DEP0188: `process.features.ipv6` and `process.features.uv`
37053705

37063706
<!-- YAML
37073707
changes:
@@ -3714,7 +3714,7 @@ Type: Documentation-only
37143714

37153715
These properties are unconditionally `true`. Any checks based on these properties are redundant.
37163716

3717-
### DEP0188: `process.features.tls_*`
3717+
### DEP0189: `process.features.tls_*`
37183718

37193719
<!-- YAML
37203720
changes:

0 commit comments

Comments
 (0)