Skip to content

Commit

Permalink
doc: fix deprecation codes
Browse files Browse the repository at this point in the history
PR-URL: #56018
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
  • Loading branch information
panva authored and targos committed Dec 2, 2024
1 parent fa2b35d commit 6be3824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3770,7 +3770,7 @@ Type: Documentation-only
Passing non-supported argument types is deprecated and, instead of returning `false`,
will throw an error in a future version.

### DEP0187: `process.features.ipv6` and `process.features.uv`
### DEP0188: `process.features.ipv6` and `process.features.uv`

<!-- YAML
changes:
Expand All @@ -3783,7 +3783,7 @@ Type: Documentation-only

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

### DEP0188: `process.features.tls_*`
### DEP0189: `process.features.tls_*`

<!-- YAML
changes:
Expand Down

0 comments on commit 6be3824

Please sign in to comment.