Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixes: fixed pointed out
Since ci failed, it is recommitted and fixed indent num and english grammar.
  • Loading branch information
yoshimoto8 committed Dec 5, 2018
commit c8092fdb828d279dceefc3ce779b663d242ff1a4
3 changes: 2 additions & 1 deletion doc/api/worker_threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ added: v10.5.0
-->

The `Worker` class represents an independent JavaScript execution thread.
This class inherits from EventEmitter, and Most Node.js APIs are available inside of it.
This class inherits from `EventEmitter`, and most Node.js APIs are available
inside of it.

Notable differences inside a Worker environment are:

Expand Down