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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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 actor 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