Skip to content

Commit

Permalink
Working on README.
Browse files Browse the repository at this point in the history
  • Loading branch information
nazavode committed Sep 30, 2015
1 parent 91ed372 commit 5902307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ An alternative way, more convenient if triggering events progammatically, is to

Automaton enforces correctness in two ways:

1. checking that the requested event is valid, that is a transition from the current state to the destination state
1. checking that the requested event is *valid*, that is a transition from the current state to the destination state
exists in the state machine definition;
#. checking whether the *state graph* representing the automaton is *connected* or not (that is it must have only
one `connected component`_).
Expand Down

0 comments on commit 5902307

Please sign in to comment.