aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/gen_statem.xml
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2016-02-25 15:12:48 +0100
committerRaimo Niskanen <[email protected]>2016-02-25 15:12:48 +0100
commitedc94441562b255467773ec27b11835910a708fd (patch)
tree33f0a17084a80b3af639b43872cf84c459195cad /lib/stdlib/doc/src/gen_statem.xml
parente1bbf6f1a081ff41d3287a468450bef5f65ea4ad (diff)
downloadotp-edc94441562b255467773ec27b11835910a708fd.tar.gz
otp-edc94441562b255467773ec27b11835910a708fd.tar.bz2
otp-edc94441562b255467773ec27b11835910a708fd.zip
Remove {keep_state_and_data}
Correct typo reported by Luïc Hoguin.
Diffstat (limited to 'lib/stdlib/doc/src/gen_statem.xml')
-rw-r--r--lib/stdlib/doc/src/gen_statem.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/gen_statem.xml b/lib/stdlib/doc/src/gen_statem.xml
index da88bedf6b..35b842c173 100644
--- a/lib/stdlib/doc/src/gen_statem.xml
+++ b/lib/stdlib/doc/src/gen_statem.xml
@@ -61,7 +61,7 @@ gen_statem module Callback module
gen_statem:start
gen_statem:start_link -----> Module:init/1
-gen_statem:stop -----> Module:terminate/2
+gen_statem:stop -----> Module:terminate/3
gen_statem:call
gen_statem:cast