We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150b8f7 commit 193926eCopy full SHA for 193926e
doc/api/deprecations.md
@@ -661,8 +661,8 @@ Type: Runtime
661
662
`REPLServer.parseREPLKeyword()` was removed from userland visibility.
663
664
-<a id="DEP00XX"></a>
665
-### DEP00XX: tls.parseCertString()
+<a id="DEP0076"></a>
+### DEP0076: tls.parseCertString()
666
667
Type: Runtime
668
lib/tls.js
@@ -233,7 +233,7 @@ exports.parseCertString = internalUtil.deprecate(
233
internalTLS.parseCertString,
234
'tls.parseCertString() is deprecated. ' +
235
'Please use querystring.parse() instead.',
236
- 'DEP00XX');
+ 'DEP0076');
237
238
// Public API
239
exports.createSecureContext = require('_tls_common').createSecureContext;
0 commit comments