From d81d4ce2aa69e62067cb81707ef0e971945e00c3 Mon Sep 17 00:00:00 2001 From: Bernhard Schwarz Date: Wed, 13 Jul 2016 11:20:26 +0200 Subject: Fix verb conjugation in statem docs 'We' wait. --- system/doc/design_principles/statem.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/doc/design_principles/statem.xml b/system/doc/design_principles/statem.xml index b63327291d..aea623851a 100644 --- a/system/doc/design_principles/statem.xml +++ b/system/doc/design_principles/statem.xml @@ -755,7 +755,7 @@ stop() -> Suppose that we do not want a button to lock the door, instead we want to ignore button events in the open state. Then we start a timer when entering the open state - and waits for it to expire while ignoring button events: + and wait for it to expire while ignoring button events: