From 8cbb9c1e37c831e60ac8f03d6e7ee192cca4e6d8 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sat, 16 Apr 2016 18:32:09 +0100 Subject: [PATCH] Update docs - Fix typo - Relates to #194 --- docs/src/reference/asciidoc/sm.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference/asciidoc/sm.adoc b/docs/src/reference/asciidoc/sm.adoc index c0644a26..5ca1609e 100644 --- a/docs/src/reference/asciidoc/sm.adoc +++ b/docs/src/reference/asciidoc/sm.adoc @@ -279,7 +279,7 @@ include::samples/DocsConfigurationSampleTests.java[tags=snippetSS] [NOTE] ==== Difference between choice and junction is purely academic as both are -implemented with `first/then/last` stucture. However in theory based +implemented with `first/then/last` structure. However in theory based on uml model, _choice_ allows only one incoming transition while _junction_ allows multiple incoming transitions. At a code level functionality is pretty much identical.