aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorKim Shrier <[email protected]>2017-02-01 23:07:23 -0700
committerKim Shrier <[email protected]>2017-02-01 23:07:23 -0700
commitbbc16d5c48cb8657214a270f899cb37834d7d744 (patch)
tree10298fb30d5703d8f7f13ab495b198a2a493a362 /system
parent2896c966d9456721a0b9c11dbd8a14c474a3ace0 (diff)
downloadotp-bbc16d5c48cb8657214a270f899cb37834d7d744.tar.gz
otp-bbc16d5c48cb8657214a270f899cb37834d7d744.tar.bz2
otp-bbc16d5c48cb8657214a270f899cb37834d7d744.zip
fix a few statem typos
Diffstat (limited to 'system')
-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[