From 01be27b9ad91f9fc4f511af520bf7bee117ca615 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Sat, 19 Oct 2019 10:19:49 -0500 Subject: [PATCH] Fix typo (#100) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1da10c7b..e492e748 100644 --- a/README.md +++ b/README.md @@ -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