Skip to content

Commit 398d6e8

Browse files
Trottaddaleax
authored andcommitted
doc: fix broken link to writableEnded in deprecations doc
PR-URL: #34984 Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent ab0b54b commit 398d6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2657,7 +2657,7 @@ const moduleParents = Object.values(require.cache)
26572657
[`response.end()`]: http.html#http_response_end_data_encoding_callback
26582658
[`response.finished`]: #http_response_finished
26592659
[`response.writableFinished`]: #http_response_writablefinished
2660-
[`response.writableEnded`]: #http_response_writableended
2660+
[`response.writableEnded`]: http.html#http_response_writableended
26612661
[`script.createCachedData()`]: vm.html#vm_script_createcacheddata
26622662
[`setInterval()`]: timers.html#timers_setinterval_callback_delay_args
26632663
[`setTimeout()`]: timers.html#timers_settimeout_callback_delay_args

0 commit comments

Comments
 (0)