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 committed Sep 1, 2020
1 parent 772a21c commit 4a20472
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 @@ -2858,7 +2858,7 @@ The [`crypto.Certificate()` constructor][] is deprecated. Use
[`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 4a20472

Please sign in to comment.