Skip to content

Commit 84be8df

Browse files
Trottjuanarbol
authored andcommitted
doc: update DEP0102 text
PR-URL: #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>
1 parent 7127c3c commit 84be8df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/deprecations.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2047,9 +2047,9 @@ changes:
20472047

20482048
Type: End-of-Life
20492049

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

20542054
### DEP0103: `process.binding('util').is[...]` typechecks
20552055

0 commit comments

Comments
 (0)