Skip to content

Commit 5bdf1c4

Browse files
authored
doc: fix deprecation codes
PR-URL: nodejs#56018 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 17f39bc commit 5bdf1c4

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
@@ -3786,7 +3786,7 @@ Type: Documentation-only
37863786
Passing non-supported argument types is deprecated and, instead of returning `false`,
37873787
will throw an error in a future version.
37883788

3789-
### DEP0187: `process.features.ipv6` and `process.features.uv`
3789+
### DEP0188: `process.features.ipv6` and `process.features.uv`
37903790

37913791
<!-- YAML
37923792
changes:
@@ -3799,7 +3799,7 @@ Type: Documentation-only
37993799

38003800
These properties are unconditionally `true`. Any checks based on these properties are redundant.
38013801

3802-
### DEP0188: `process.features.tls_*`
3802+
### DEP0189: `process.features.tls_*`
38033803

38043804
<!-- YAML
38053805
changes:

0 commit comments

Comments
 (0)