doc: fix deprecation codes

PR-URL: https://github.com/nodejs/node/pull/56018
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
pull/56023/head
Filip Skokan 2024-11-27 14:16:21 +01:00 committed by GitHub
parent 17f39bcf3c
commit 5bdf1c4ee8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -3786,7 +3786,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:
@ -3799,7 +3799,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: