summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2022-03-31 20:02:35 -0700
committerJuan José Arboleda <soyjuanarbol@gmail.com>2022-04-06 12:25:52 -0500
commit8333fa063b93fd0447e8bb09c2c9448d17ec5b65 (patch)
treec06db15ca9d5d418ba9021f6743f85743b5fae1c
parent8b08bff68208332fefe9ab0d02aa0163df12d98b (diff)
downloadnode-new-8333fa063b93fd0447e8bb09c2c9448d17ec5b65.tar.gz
doc: update DEP0102 text
PR-URL: https://github.com/nodejs/node/pull/42553 Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
-rw-r--r--doc/api/deprecations.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index f5f4ddfc5b..9340b1776f 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2047,9 +2047,9 @@ changes:
Type: End-of-Life
-Using the `noAssert` argument has no functionality anymore. All input is going
-to be verified, no matter if it is set to true or not. Skipping the verification
-could lead to hard to find errors and crashes.
+Using the `noAssert` argument has no functionality anymore. All input is
+verified regardless of the value of `noAssert`. Skipping the verification
+could lead to hard-to-find errors and crashes.
### DEP0103: `process.binding('util').is[...]` typechecks