From a07f6e35c3adb6e1536a63cc8137f48f64e2f6f7 Mon Sep 17 00:00:00 2001
From: Raimo Niskanen
Date: Tue, 9 Feb 2016 11:45:55 +0100
Subject: Correct grammar errors found by Magnus Henoch
---
lib/stdlib/doc/src/gen_statem.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'lib/stdlib/doc/src')
diff --git a/lib/stdlib/doc/src/gen_statem.xml b/lib/stdlib/doc/src/gen_statem.xml
index 885021f61c..83d1f1e9e6 100644
--- a/lib/stdlib/doc/src/gen_statem.xml
+++ b/lib/stdlib/doc/src/gen_statem.xml
@@ -96,10 +96,10 @@ erlang:'!' -----> Module:State/5
will be called.
If you use handle_event as a
state and later
- decides to use non-atom states you will then have to
+ decide to use non-atom states you will then have to
rewrite your code to stop using that state.
- When the using an atom-only
+
When using an atom-only
State
it becomes fairly obvious in the implementation code
which events are handled in which state
--
cgit v1.2.3