★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/f4524b8936Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
doc: fix broken link to writableEnded in deprecations doc
PR-URL: #34984
Reviewed-By: Harshitha K P <harshitha014@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott authored and richardlau committed Sep 3, 2020
1 parent 514a538 commit f4524b8936f65a72f630f3f58060a3c38033d10b
Showing with 1 addition and 1 deletion.
  1. +1 −1 doc/api/deprecations.md
@@ -2838,7 +2838,7 @@ The [`crypto.Certificate()` constructor][] is deprecated. Use
[`response.end()`]: http.html#http_response_end_data_encoding_callback
[`response.finished`]: #http_response_finished
[`response.writableFinished`]: #http_response_writablefinished
[`response.writableEnded`]: #http_response_writableended
[`response.writableEnded`]: http.html#http_response_writableended
[`script.createCachedData()`]: vm.html#vm_script_createcacheddata
[`setInterval()`]: timers.html#timers_setinterval_callback_delay_args
[`setTimeout()`]: timers.html#timers_settimeout_callback_delay_args

0 comments on commit f4524b8

Please sign in to comment.