diff options
author | Raimo Niskanen <[email protected]> | 2019-03-22 12:15:48 +0100 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2019-03-22 12:15:48 +0100 |
commit | fcb89c6cba3be603575fa4ca68a8706861c8ebdc (patch) | |
tree | a2e70a669f14fe719d135b58ee73f333bbc34288 /lib | |
parent | 221f6053f7f71747e6e86f9f1122816887cf9d21 (diff) | |
download | otp-fcb89c6cba3be603575fa4ca68a8706861c8ebdc.tar.gz otp-fcb89c6cba3be603575fa4ca68a8706861c8ebdc.tar.bz2 otp-fcb89c6cba3be603575fa4ca68a8706861c8ebdc.zip |
Change "can not" into "cannot"
Diffstat (limited to 'lib')
-rw-r--r-- | lib/stdlib/doc/src/gen_statem.xml | 2 |
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> |