This commit is contained in:
Terry Zhou
2024-01-21 16:51:06 +08:00
committed by Janne Valkealahti
parent eb3662c625
commit b5fe5f352b

View File

@@ -13,7 +13,7 @@ On a high level, in this state machine:
* We always try to get into the `READY` state so that we can use the
RUN event to execute tasks.
* Tkhe `TASKS` state, which is composed of three independent regions, has been
* The `TASKS` state, which is composed of three independent regions, has been
put in the middle of `FORK` and `JOIN` states, which will cause the regions to
go into their initial states and to be joined by their end states.
* From the `JOIN` state, we automatically go into a `CHOICE` state, which checks