summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2018-03-05 18:02:26 +0000
committerAnna Henningsen <anna@addaleax.net>2018-03-05 18:10:24 +0000
commitae3137049f619b0de01b063075ece994ff2dc741 (patch)
treec8b12300a6cf1d980759e2f2218268779731e3a1 /doc
parentb20af8088a4d5cccb1901d42107f6d9ca82d306f (diff)
downloadandroid-node-v8-ae3137049f619b0de01b063075ece994ff2dc741.tar.gz
android-node-v8-ae3137049f619b0de01b063075ece994ff2dc741.tar.bz2
android-node-v8-ae3137049f619b0de01b063075ece994ff2dc741.zip
util: assign missed deprecation number
Refs: https://github.com/nodejs/node/pull/18415 PR-URL: https://github.com/nodejs/node/pull/19149 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/deprecations.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index b1cad2d701..4eb90c4c38 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -932,8 +932,8 @@ Using the `noAssert` argument has no functionality anymore. All input is going
to be verified, no matter if it is set to true or not. Skipping the verification
could lead to hard to find errors and crashes.
-<a id="DEP0XXX"></a>
-### DEP0XXX: process.binding('util').is[...] typechecks
+<a id="DEP0103"></a>
+### DEP0103: process.binding('util').is[...] typechecks
Type: Documentation-only (supports [`--pending-deprecation`][])