From 4bedeec0139e9f481f61658dad6f107cb7876acf Mon Sep 17 00:00:00 2001
From: neo <79276645+neo-clj@users.noreply.github.com>
Date: Sat, 11 Nov 2023 22:55:33 +0330
Subject: [PATCH] Update statem.xml
It's "callback" not "behavior".
---
system/doc/design_principles/statem.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.