From 51c44f09553b13194ee8346266b0930d1a135590 Mon Sep 17 00:00:00 2001
From: Raimo Niskanen
Date: Fri, 19 May 2017 11:52:35 +0200
Subject: Fix documentation details
---
lib/stdlib/doc/src/gen_statem.xml | 4 ++--
system/doc/design_principles/statem.xml | 12 +++++++-----
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/lib/stdlib/doc/src/gen_statem.xml b/lib/stdlib/doc/src/gen_statem.xml
index bc86415d28..e71de1523b 100644
--- a/lib/stdlib/doc/src/gen_statem.xml
+++ b/lib/stdlib/doc/src/gen_statem.xml
@@ -4,7 +4,7 @@
- One reason to use this is when you have
- a state item that affects the event handling,
- in particular in combination with postponing events.
- We complicate the previous example
+ One reason to use this is when you have a state item
+ that when changed should cancel the
+ state time-out,
+ or one that affects the event handling
+ in combination with postponing events.
+ We will complicate the previous example
by introducing a configurable lock button
(this is the state item in question),
which in the open state immediately locks the door,
--
cgit v1.2.3