From 3d04e6c9a5522b6391a4a914ca16f2337abb35e7 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Wed, 27 Jun 2018 21:59:40 +0300 Subject: doc: fix some typos in deprecations.md and vm.md PR-URL: https://github.com/nodejs/node/pull/21569 Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Weijia Wang --- doc/api/deprecations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/api/deprecations.md') diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 0773166720..de469ab0d8 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -991,8 +991,8 @@ accepted by the legacy `url.parse()` API. The mentioned APIs now use the WHATWG URL parser that requires strictly valid URLs. Passing an invalid URL is deprecated and support will be removed in the future. - -### DEP00XX: vm.Script cached data + +### DEP0110: vm.Script cached data Type: Documentation-only @@ -1047,7 +1047,7 @@ The option `produceCachedData` has been deprecated. Use [`process.env`]: process.html#process_process_env [`punycode`]: punycode.html [`require.extensions`]: modules.html#modules_require_extensions -[`script.createCachedData()`]: vm.html#vm_script_create_cached_data +[`script.createCachedData()`]: vm.html#vm_script_createcacheddata [`setInterval()`]: timers.html#timers_setinterval_callback_delay_args [`setTimeout()`]: timers.html#timers_settimeout_callback_delay_args [`tls.CryptoStream`]: tls.html#tls_class_cryptostream -- cgit v1.2.3