Skip to content

Commit 827fa2b

Browse files
actor-model.mdx: "can model the logic of actors"
Co-authored-by: David Khourshid <[email protected]>
1 parent 305ce8a commit 827fa2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/actor-model.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: The Actor model
44

55
The [Actor model](https://en.wikipedia.org/wiki/Actor_model) in computer science is a mathematical model of concurrent computation in which an "actor" is the basic building block.
66

7-
The actor model allows developers to build reliable message-based systems by using actors to communicate. State machines and statecharts can be modelled as actors, and can communicate with each other, and with other actors, in the same way.
7+
The actor model allows developers to build reliable message-based systems by using actors to communicate. State machines and statecharts can model the logic of actors. These actors can communicate with each other, and with other actors, in the same way.
88

99
:::tip
1010
When you run a state machine in XState, it becomes an actor.

0 commit comments

Comments
 (0)