diff options
author | Raimo Niskanen <[email protected]> | 2016-02-09 11:45:55 +0100 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2016-02-09 11:45:55 +0100 |
commit | a07f6e35c3adb6e1536a63cc8137f48f64e2f6f7 (patch) | |
tree | cf12b17ce8d7d77e365f14de28b783e8c4a15cb2 /lib/stdlib | |
parent | 6ace96d3e5c9ac8ace3d8967bcafb3e6a081d9be (diff) | |
download | otp-a07f6e35c3adb6e1536a63cc8137f48f64e2f6f7.tar.gz otp-a07f6e35c3adb6e1536a63cc8137f48f64e2f6f7.tar.bz2 otp-a07f6e35c3adb6e1536a63cc8137f48f64e2f6f7.zip |
Correct grammar errors found by Magnus Henoch
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/doc/src/gen_statem.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/gen_statem.xml b/lib/stdlib/doc/src/gen_statem.xml index 885021f61c..83d1f1e9e6 100644 --- a/lib/stdlib/doc/src/gen_statem.xml +++ b/lib/stdlib/doc/src/gen_statem.xml @@ -96,10 +96,10 @@ erlang:'!' -----> Module:State/5 </seealso> will be called. If you use <c>handle_event</c> as a <seealso marker="#type-state">state</seealso> and later - decides to use non-atom states you will then have to + decide to use non-atom states you will then have to rewrite your code to stop using that state. </p> - <p>When the using an atom-only + <p>When using an atom-only <seealso marker="#type-state">State</seealso> it becomes fairly obvious in the implementation code which events are handled in which state |