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 70e8944

Browse filesBrowse files
watildeaduh95
authored andcommitted
doc: fix duplicate word "of of" in postMessageToThread
PR-URL: #62917 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
1 parent 11c6c29 commit 70e8944
Copy full SHA for 70e8944

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
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
@@ -513,7 +513,7 @@ parent or child of the current thread.
513513
If the two threads are parent-children, use the [`require('node:worker_threads').parentPort.postMessage()`][]
514514
and the [`worker.postMessage()`][] to let the threads communicate.
515515

516-
The example below shows the use of of `postMessageToThread`: it creates 10 nested threads,
516+
The example below shows the use of `postMessageToThread`: it creates 10 nested threads,
517517
the last one will try to communicate with the main thread.
518518

519519
```mjs

0 commit comments

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