Skip to content

Commit 966907e

Browse files
authored
Remove "pure" (incorrect)
1 parent ffbd2b3 commit 966907e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ npm i -S greenlet
2020

2121
Accepts an async function with, produces a copy of it that runs within a Web Worker.
2222

23-
> ⚠️ **Caveat:** the function you pass should be _pure_, since they get executed in an isolated scope.
23+
> ⚠️ **Caveat:** the function you pass cannot rely on its surrounding scope, since it is executed in an isolated context.
2424
2525
```
2626
greenlet(Function) -> Function

0 commit comments

Comments
 (0)