Update sm.adoc

This commit is contained in:
Jonathan Buzzetti
2018-08-22 21:05:55 -03:00
committed by GitHub
parent 61e762763f
commit 1a797532ca

View File

@@ -2081,7 +2081,7 @@ include::samples/DocsTestSampleTests.java[tags=snippetB]
----
In below test plan we have two steps, first we check that initial
state `S1` is indeed set, secondly we send an event `E1` and expect
state `SI` is indeed set, secondly we send an event `E1` and expect
one state change to happen and machine to end up into a state `S1`.
[source,java,indent=0]