aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorBernhard Schwarz <[email protected]>2016-07-13 11:20:26 +0200
committerBernhard Schwarz <[email protected]>2016-07-13 11:20:26 +0200
commitd81d4ce2aa69e62067cb81707ef0e971945e00c3 (patch)
treeed8cedb80ea137ebac2c8721a448d5ca2afca4c3 /system
parentb92f2964f17ac05b1ba476a4f9a7d9fd669650f9 (diff)
downloadotp-d81d4ce2aa69e62067cb81707ef0e971945e00c3.tar.gz
otp-d81d4ce2aa69e62067cb81707ef0e971945e00c3.tar.bz2
otp-d81d4ce2aa69e62067cb81707ef0e971945e00c3.zip
Fix verb conjugation in statem docs
'We' wait.
Diffstat (limited to 'system')
-rw-r--r--system/doc/design_principles/statem.xml2
1 files changed, 1 insertions, 1 deletions
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 <c>open</c> state.
Then we start a timer when entering the <c>open</c> state
- and waits for it to expire while ignoring button events:
+ and wait for it to expire while ignoring button events:
</p>
<code type="erl"><![CDATA[
...