Skip to content

Commit

Permalink
docs: ✏️ typos
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Jun 19, 2023
1 parent 246cd51 commit c3a4188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsa-to-node/worker/SyncMessenger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const sleepUntilSync = (condition: () => boolean) => {
* asynchronous code is executed in a Worker thread, while the main thread is
* blocked until the asynchronous code is finished.
*
* First, four 4-byte works is the header, where the first word is used for Atomics
* First four 4-byte words is the header, where the first word is used for Atomics
* notifications. The second word is used for spin-locking the main thread until
* the asynchronous code is finished. The third word is used to specify payload
* length. The fourth word is currently unused.
Expand Down

0 comments on commit c3a4188

Please sign in to comment.