summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-10-02 12:39:41 -0700
committerJames M Snell <jasnell@gmail.com>2017-10-02 19:09:05 -0700
commit1261b94a3facbf486c58b8e8b2682f0de8b4d107 (patch)
tree22502a6d0ebe90175b58181a0e9c2ba9822f7aab /doc
parent7092a6ca93c24608a9b816d82c16926c9ab970f0 (diff)
downloadandroid-node-v8-1261b94a3facbf486c58b8e8b2682f0de8b4d107.tar.gz
android-node-v8-1261b94a3facbf486c58b8e8b2682f0de8b4d107.tar.bz2
android-node-v8-1261b94a3facbf486c58b8e8b2682f0de8b4d107.zip
doc: fix unassigned deprecation code
Forgot to assign the deprecation code when landing 1f8d527e94ad97e7db14d18406fe0e12983358cb PR-URL: https://github.com/nodejs/node/pull/15741 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.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 e5495fa5ce..7616563883 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -710,8 +710,8 @@ function for [`util.inspect()`][] is deprecated. Use [`util.inspect.custom`][]
instead. For backwards compatibility with Node.js prior to version 6.4.0, both
may be specified.
-<a id="DEP00XX"></a>
-### DEP00XX: path.\_makeLong()
+<a id="DEP0080"></a>
+### DEP0080: path.\_makeLong()
Type: Documentation-only