Skip to content

Commit 8d5c9d9

Browse files
Trottjuanarbol
authored andcommitted
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 8e55e59 commit 8d5c9d9

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)