From 3e14b7a6e43bd6a0800816422f63333fccf59bfc Mon Sep 17 00:00:00 2001 From: Chase Manning Date: Sun, 31 Jan 2021 10:38:28 +1300 Subject: [PATCH] fixed environment spelling error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21ae12f..8ed4ac8 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ p.map(d => blargh(20 * cubeRoot(d))); --- -## Passing environement to functions +## Passing environment to functions You can pass data to threads that will be global to that worker. This data will be global in each called function. The data will be available under the `global.env` namespace. The namespace can be configured by passing the