We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e55e59 commit 8d5c9d9Copy full SHA for 8d5c9d9
doc/api/deprecations.md
@@ -2047,9 +2047,9 @@ changes:
2047
2048
Type: End-of-Life
2049
2050
-Using the `noAssert` argument has no functionality anymore. All input is going
2051
-to be verified, no matter if it is set to true or not. Skipping the verification
2052
-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.
2053
2054
### DEP0103: `process.binding('util').is[...]` typechecks
2055
0 commit comments