Skip to content

Commit 8532404

Browse files
committed
fix typo
1 parent 5ae600b commit 8532404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/actors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ Callback actors are a bit different from other actors in that they do not do the
412412
- Do not emit values when used with `.subscribe()`
413413
- Can not be stopped with `.stop()`
414414

415-
## Higher-level logic
415+
## Higher-level actor logic
416416

417417
Higher-level actor logic enhances existing actor logic with additional functionality. For example, you can create actor logic that logs or persists actor state:
418418

0 commit comments

Comments
 (0)