summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2022-03-31 20:02:35 -0700
committerRich Trott <rtrott@gmail.com>2022-04-02 22:35:38 -0700
commit70dae240f04b91a05d1859f5440ca1305762d3da (patch)
treeb2c9a1dc7d25448314340d4d93a823da541ffce5 /doc/api
parent059b8900093f7468a3598eb307b9842247b29ee7 (diff)
downloadnode-new-70dae240f04b91a05d1859f5440ca1305762d3da.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>
Diffstat (limited to 'doc/api')
-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 adb5702ed7..32b25ee9b8 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2040,9 +2040,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