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 aduh95 committed Dec 13, 2024
1 parent 0c165e7 commit 2c6bf63
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 @@ -3701,7 +3701,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 @@ -3714,7 +3714,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 2c6bf63

Please sign in to comment.