@@ -445,7 +445,7 @@ You can also have multiple transitions originate from a
|
||||
join state. It this case, we advise you to use guards and define your guards
|
||||
such that only one guard evaluates to `TRUE` at any given time. Otherwise,
|
||||
transition behavior is not predictable. This is shown in the following example, where the guard
|
||||
checks whwther the extended state has variables:
|
||||
checks whether the extended state has variables:
|
||||
|
||||
====
|
||||
[source,java,indent=0]
|
||||
|
||||
@@ -114,7 +114,7 @@ include::samples/DocsConfigurationSampleTests4.java[tags=snippetB]
|
||||
====
|
||||
|
||||
You can access the rest of the `StateContext` content.
|
||||
Tke number and order of the parameters does not matter.
|
||||
The number and order of the parameters does not matter.
|
||||
The following example shows how to access the various parts of the `StateContext` content:
|
||||
|
||||
====
|
||||
|
||||
Reference in New Issue
Block a user