diff --git a/chapters/statemachines.tex b/chapters/statemachines.tex index 0f876bbdd..24ca3200d 100644 --- a/chapters/statemachines.tex +++ b/chapters/statemachines.tex @@ -322,11 +322,10 @@ \subsection{Reset Handling}\label{reset-handling} A state can be reset for two reasons: \begin{itemize} \item - The whole state machine has been reset from its context.\\ - In this case, all states must be reset, and the initial state becomes - active. + The whole state machine has been reset from its context. + In this case, all states must be reset, and the initial state becomes active. \item - A reset transition has been fired.\\ + A reset transition has been fired. Then, its target state is reset, but not other states. \end{itemize}