aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2017-02-03 09:19:49 +0100
committerGitHub <[email protected]>2017-02-03 09:19:49 +0100
commit73e5d40659f48b5aa7b4e25878fa0282ddb30b23 (patch)
treec77865655e43b1b0ceac094a4a94b4de028e0b68
parent67621f731008ff203d13e03f68edbea55b0d9054 (diff)
parentbbc16d5c48cb8657214a270f899cb37834d7d744 (diff)
downloadotp-73e5d40659f48b5aa7b4e25878fa0282ddb30b23.tar.gz
otp-73e5d40659f48b5aa7b4e25878fa0282ddb30b23.tar.bz2
otp-73e5d40659f48b5aa7b4e25878fa0282ddb30b23.zip
Merge pull request #1325 from kimshrier/statem_design_principles_typos
Fix a few gen_statem behaviour documentation typos
-rw-r--r--system/doc/design_principles/statem.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/doc/design_principles/statem.xml b/system/doc/design_principles/statem.xml
index f627145f9f..d08ddd0036 100644
--- a/system/doc/design_principles/statem.xml
+++ b/system/doc/design_principles/statem.xml
@@ -130,7 +130,7 @@ handle_event(EventType, EventContent, State, Data) ->
{next_state, NewState, NewData}
</pre>
<p>
- Se section
+ See section
<seealso marker="#One Event Handler">One Event Handler</seealso>
for an example.
</p>
@@ -887,7 +887,7 @@ stop() ->
</p>
<p>
This type of time-out is useful to for example act on inactivity.
- Let us start restart the code sequence
+ Let us restart the code sequence
if no button is pressed for say 30 seconds:
</p>
<code type="erl"><![CDATA[