diff --git a/system/doc/design_principles/statem.xml b/system/doc/design_principles/statem.xml index 6c26bd62e4b3..a8c781f9da6c 100644 --- a/system/doc/design_principles/statem.xml +++ b/system/doc/design_principles/statem.xml @@ -195,7 +195,7 @@ State(S) x Event(E) -> Actions(A), State(S') state machines depending on the protocol version. There might be other use cases. Beware that the new callback module - completely replaces the previous behaviour module, + completely replaces the previous callback module, so all relevant callback functions have to handle the state and data from the previous callback module.