From be585c9b388007d005604e9865bbb08233d7cf10 Mon Sep 17 00:00:00 2001 From: Taylor Goodall <47597450+taylorgoodallau@users.noreply.github.com> Date: Tue, 13 Jul 2021 19:21:23 +0930 Subject: [PATCH] Update states.md --- docs/use/states.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use/states.md b/docs/use/states.md index 7b23bc5e..7adfa4b9 100644 --- a/docs/use/states.md +++ b/docs/use/states.md @@ -43,5 +43,5 @@ class OrderStateMachine : } ``` -This would declare `AwaitingCreditApproval` as a substate of `Submitted`. If the state machine transitions to the `AwaitingCreditApproval` state, it is will within the `Submitted` state and events observed in either state would be raised. +This would declare `AwaitingCreditApproval` as a substate of `Submitted`. If the state machine transitions to the `AwaitingCreditApproval` state, it is well within the `Submitted` state and events observed in either state would be raised.