Skip to content

Commit 70dae24

Browse files
committed
doc: update DEP0102 text
PR-URL: #42553 Reviewed-By: Mestery <[email protected]> Reviewed-By: Tierney Cyren <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]>
1 parent 059b890 commit 70dae24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/deprecations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2040,9 +2040,9 @@ changes:
20402040

20412041
Type: End-of-Life
20422042

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.
2043+
Using the `noAssert` argument has no functionality anymore. All input is
2044+
verified regardless of the value of `noAssert`. Skipping the verification
2045+
could lead to hard-to-find errors and crashes.
20462046

20472047
### DEP0103: `process.binding('util').is[...]` typechecks
20482048

0 commit comments

Comments
 (0)