Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e8a8513

Browse filesBrowse files
Trottcodebytere
authored andcommitted
doc: fix invalid link in worker_threads.md
Inadvertent double hash in link makes it invalid and no longer pointing to the documentation section it intends to point to. PR-URL: #36109 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
1 parent cd33594 commit e8a8513
Copy full SHA for e8a8513

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/worker_threads.md‎

Copy file name to clipboardExpand all lines: doc/api/worker_threads.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ active handle in the event system. If the worker is already `unref()`ed calling
10041004
[`fs.close()`]: fs.md#fs_fs_close_fd_callback
10051005
[`fs.open()`]: fs.md#fs_fs_open_path_flags_mode_callback
10061006
[`markAsUntransferable()`]: #worker_threads_worker_markasuntransferable_object
1007-
[`perf_hooks.performance`]: #perf_hooks.md#perf_hooks_perf_hooks_performance
1007+
[`perf_hooks.performance`]: perf_hooks.md#perf_hooks_perf_hooks_performance
10081008
[`perf_hooks` `eventLoopUtilization()`]: perf_hooks.md#perf_hooks_performance_eventlooputilization_utilization1_utilization2
10091009
[`port.on('message')`]: #worker_threads_event_message
10101010
[`port.onmessage()`]: https://developer.mozilla.org/en-US/docs/Web/API/MessagePort/onmessage

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.