aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2019-03-22 12:15:48 +0100
committerRaimo Niskanen <[email protected]>2019-03-22 12:15:48 +0100
commitfcb89c6cba3be603575fa4ca68a8706861c8ebdc (patch)
treea2e70a669f14fe719d135b58ee73f333bbc34288
parent221f6053f7f71747e6e86f9f1122816887cf9d21 (diff)
downloadotp-fcb89c6cba3be603575fa4ca68a8706861c8ebdc.tar.gz
otp-fcb89c6cba3be603575fa4ca68a8706861c8ebdc.tar.bz2
otp-fcb89c6cba3be603575fa4ca68a8706861c8ebdc.zip
Change "can not" into "cannot"
-rw-r--r--lib/stdlib/doc/src/gen_statem.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/gen_statem.xml b/lib/stdlib/doc/src/gen_statem.xml
index d4a4ba268b..6f6849a19d 100644
--- a/lib/stdlib/doc/src/gen_statem.xml
+++ b/lib/stdlib/doc/src/gen_statem.xml
@@ -757,7 +757,7 @@ handle_event(_, _, State, Data) ->
right before entering the initial state even though this
actually is not a <em>state change</em>.
In this case <c>OldState =:= State</c>,
- which can not happen for a subsequent state change,
+ which cannot happen for a subsequent state change,
but will happen when repeating the <em>state enter call</em>.
</p>
</desc>