Skip to content

Commit ae31370

Browse files
committed
util: assign missed deprecation number
Refs: #18415 PR-URL: #19149 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent b20af80 commit ae31370

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/api/deprecations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -932,8 +932,8 @@ Using the `noAssert` argument has no functionality anymore. All input is going
932932
to be verified, no matter if it is set to true or not. Skipping the verification
933933
could 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
938938
Type: Documentation-only (supports [`--pending-deprecation`][])
939939

lib/internal/bootstrap_node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
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
}

0 commit comments

Comments
 (0)