From 6ccdfe0093e459e1a6af4884e65a4d387ceea98a Mon Sep 17 00:00:00 2001 From: Serge Velikanov Date: Thu, 21 Jun 2018 13:49:21 +0300 Subject: [PATCH] Update sm.adoc Event names are `E3` and `E4` not a `S3`/`S4` which are state names --- docs/src/reference/asciidoc/sm.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/reference/asciidoc/sm.adoc b/docs/src/reference/asciidoc/sm.adoc index 203b5037..6f77ff68 100644 --- a/docs/src/reference/asciidoc/sm.adoc +++ b/docs/src/reference/asciidoc/sm.adoc @@ -2323,9 +2323,9 @@ with state having sub-states. In a below statechart events `E1` and `S2` where normal state behaviour happens by entering initial state `S21`. -Using event `S3` takes machine into _EntryPoint_ `ENTRY` which then +Using event `E3` takes machine into _EntryPoint_ `ENTRY` which then leads into `S22` without activating initial state `S21` at any time. -Similarly _ExitPoint_ `EXIT` with event `S4` controls specific exit +Similarly _ExitPoint_ `EXIT` with event `E4` controls specific exit into state `S4` while normal exit behaviour from `S2` would take machine into state `S3`. While being on a state `S22` you can choose events `E4` or `E2` to take machine into states `S3` or `S4`