File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -932,8 +932,8 @@ Using the `noAssert` argument has no functionality anymore. All input is going
932932to be verified, no matter if it is set to true or not. Skipping the verification
933933could lead to hard to find errors and crashes.
934934
935- <a id="DEP0XXX "></a>
936- ### DEP0XXX : process.binding(' util' ).is[...] typechecks
935+ <a id="DEP0103 "></a>
936+ ### DEP0103 : process.binding(' util' ).is[...] typechecks
937937
938938Type: Documentation-only (supports [`--pending-deprecation`][])
939939
Original file line number Diff line number Diff line change 128128 'Accessing native typechecking bindings of Node ' +
129129 'directly is deprecated. ' +
130130 `Please use \`util.types.${ name } \` instead.` ,
131- 'DEP0XXX ' ) :
131+ 'DEP0103 ' ) :
132132 types [ name ] ;
133133 }
134134 }
You can’t perform that action at this time.
0 commit comments