From bbc16d5c48cb8657214a270f899cb37834d7d744 Mon Sep 17 00:00:00 2001
From: Kim Shrier
Date: Wed, 1 Feb 2017 23:07:23 -0700
Subject: fix a few statem typos
---
system/doc/design_principles/statem.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'system/doc')
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}
- Se section
+ See section
One Event Handler
for an example.
@@ -887,7 +887,7 @@ stop() ->
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: