Skip to content

Commit e5aad21

Browse files
committed
unnamed effects
1 parent fbddf2d commit e5aad21

File tree

7 files changed

+5991
-49
lines changed

7 files changed

+5991
-49
lines changed

docs/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const exampleCallbackAction = singleCallback((done) => {
103103
> options: (options: { inContinuationScope: boolean }) => (Perform) => Action
104104
105105
Lets you set the options on how the `perform` effect is gonna behave.
106-
Setting `inContinuationScope` to `true` will perform the effect using the handler scope of the program that activated the handler (by yielding/performing) - only works inside a handle function
106+
Setting `inContinuation` to `true` will perform the effect using the handler scope of the program that activated the handler (by yielding/performing) - only works inside a handle function
107107
```javascript
108108
// will raise an exception (perform raise) in the scope of the program that performed `test`, so that he can catch it by being able to wrap the `perform` and not the handler
109109
const test = effect("test")

0 commit comments

Comments
 (0)