Skip to content

Commit

Permalink
change state and substate note
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Gochez committed Mar 30, 2012
1 parent 0fbbc20 commit 5d7521f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/getting_started_2.textile
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ prefer CamelCase (i.e., MyApp.LoggedInState) while others prefer namespacing the
MyApp.States.LoggedIn). Some prefer verb-style over noun-style state names. Whatever method you
choose is fine, just be consistent, so you, and other developers, can more easily follow your code.

NOTE: A state is a state. A substate is a state. (You can always use the term state; when you
use the term substate, the reference is relative to a parent state).
NOTE: The term state is generic: you can use state to refer to states and substates. When you use the term substate,
the reference is more specific, and is relative to a parent state.

h4. Decoding the Statechart

Expand Down

0 comments on commit 5d7521f

Please sign in to comment.