You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/actors.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ console.log(snapshot.output);
204
204
// => 100
205
205
```
206
206
207
-
## Actor Logic Creators
207
+
## Actor logic creators
208
208
209
209
The types of actor logic you can create from XState are:
210
210
@@ -412,7 +412,7 @@ Callback actors are a bit different from other actors in that they do not do the
412
412
- Do not emit values when used with `.subscribe()`
413
413
- Can not be stopped with `.stop()`
414
414
415
-
## Higher-Level Logic
415
+
## Higher-level logic
416
416
417
417
Higher-level actor logic enhances existing actor logic with additional functionality. For example, you can create actor logic that logs or persists actor state:
0 commit comments