Merge pull request #1781 from levinotik/documentation-fixes
=doc Fix misspelled method reference in FSM
This commit is contained in:
commit
d2644876e5
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ The basic strategy is to declare the actor, mixing in the :class:`FSM` trait
|
|||
and specifying the possible states and data values as type parameters. Within
|
||||
the body of the actor a DSL is used for declaring the state machine:
|
||||
|
||||
* :meth:`startsWith` defines the initial state and initial data
|
||||
* :meth:`startWith` defines the initial state and initial data
|
||||
* then there is one :meth:`when(<state>) { ... }` declaration per state to be
|
||||
handled (could potentially be multiple ones, the passed
|
||||
:class:`PartialFunction` will be concatenated using :meth:`orElse`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue