Skip to content

Commit

Permalink
doc: fix broken link to response.finished in deprecations doc
Browse files Browse the repository at this point in the history
PR-URL: #34982
Reviewed-By: Harshitha K P <harshitha014@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
Trott authored and addaleax committed Sep 22, 2020
1 parent 4e2415f commit 23389a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2655,7 +2655,7 @@ const moduleParents = Object.values(require.cache)
[`response.socket`]: http.html#http_response_socket
[`response.connection`]: http.html#http_response_connection
[`response.end()`]: http.html#http_response_end_data_encoding_callback
[`response.finished`]: #http_response_finished
[`response.finished`]: http.html#http_response_finished
[`response.writableFinished`]: #http_response_writablefinished
[`response.writableEnded`]: http.html#http_response_writableended
[`script.createCachedData()`]: vm.html#vm_script_createcacheddata
Expand Down

0 comments on commit 23389a0

Please sign in to comment.