We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059b890 commit 70dae24Copy full SHA for 70dae24
doc/api/deprecations.md
@@ -2040,9 +2040,9 @@ changes:
2040
2041
Type: End-of-Life
2042
2043
-Using the `noAssert` argument has no functionality anymore. All input is going
2044
-to be verified, no matter if it is set to true or not. Skipping the verification
2045
-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.
2046
2047
### DEP0103: `process.binding('util').is[...]` typechecks
2048
0 commit comments