File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ actor.send({ type: 'inc' });
133
133
// logs { count: 2 }
134
134
```
135
135
136
- [ Read more about transition actors] ( actors.mdx#transition-actors ) .
136
+ [ Read more about transition actors] ( actors.mdx#transition-function- actors ) .
137
137
138
138
## Creating observable logic
139
139
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ The actor snapshot is the latest emitted value from the actor. It can be read fr
152
152
- [ Promises] ( actors.mdx#promise-actor-logic )
153
153
- [ Machines] ( machines.mdx )
154
154
- [ Observables] ( actors.mdx#observable-actors )
155
- - [ Transition functions] ( actors.mdx#transition-actors )
155
+ - [ Transition functions] ( actors.mdx#transition-function- actors )
156
156
- [ Callbacks] ( actors.mdx#callback-actors )
157
157
158
158
## TypeScript
You can’t perform that action at this time.
0 commit comments