diff options
Diffstat (limited to 'lib/stdlib/doc/src/gen_statem.xml')
-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 |