Skip to content

Commit 6be3824

Browse files
panvatargos
authored andcommitted
doc: fix deprecation codes
PR-URL: #56018 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent fa2b35d commit 6be3824

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

3773-
### DEP0187: `process.features.ipv6` and `process.features.uv`
3773+
### DEP0188: `process.features.ipv6` and `process.features.uv`
37743774

37753775
<!-- YAML
37763776
changes:
@@ -3783,7 +3783,7 @@ Type: Documentation-only
37833783

37843784
These properties are unconditionally `true`. Any checks based on these properties are redundant.
37853785

3786-
### DEP0188: `process.features.tls_*`
3786+
### DEP0189: `process.features.tls_*`
37873787

37883788
<!-- YAML
37893789
changes:

0 commit comments

Comments
 (0)