aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2016-07-15 11:59:27 +0200
committerRaimo Niskanen <[email protected]>2016-07-15 11:59:27 +0200
commite5c646324cfd9d1f55a6bc44f59daebe215b1c84 (patch)
tree8b956855d2eab019c7d063882aaac9e7e33acba3 /system
parent0737ad60e3ab97aa481d63c17eebafe1f2bddd55 (diff)
parentd81d4ce2aa69e62067cb81707ef0e971945e00c3 (diff)
downloadotp-e5c646324cfd9d1f55a6bc44f59daebe215b1c84.tar.gz
otp-e5c646324cfd9d1f55a6bc44f59daebe215b1c84.tar.bz2
otp-e5c646324cfd9d1f55a6bc44f59daebe215b1c84.zip
Merge branch 'schwartz/system/doc_fix' into maint
* schwartz/system/doc_fix: Fix verb conjugation in statem docs
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[
...