Skip to content

Commit

Permalink
Fix typo (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv authored and josdejong committed Oct 19, 2019
1 parent a1e9512 commit 01be27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pool.exec(add, [3, 4])
});
```

Note that both function and arguments must be static and stringifiable, as they need to be send to the worker in a serialized form. In case of large functions or function arguments, the overhead of sending the data to the worker can be significant.
Note that both function and arguments must be static and stringifiable, as they need to be sent to the worker in a serialized form. In case of large functions or function arguments, the overhead of sending the data to the worker can be significant.


### Dedicated workers
Expand Down

0 comments on commit 01be27b

Please sign in to comment.