aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2017-07-17 08:28:02 +0200
committerGitHub <[email protected]>2017-07-17 08:28:02 +0200
commit4eb03cce498f214bcb4548a05c0a14f209cd0242 (patch)
tree858c748828a715342feaa02c9c7747f5c6c0804e /lib
parent50525f3f4e4d6a094d08be91bb5fe1eb5094333d (diff)
parent5e233b851decdeb0fa168717bd7a7a1eecfb5ce9 (diff)
downloadotp-4eb03cce498f214bcb4548a05c0a14f209cd0242.tar.gz
otp-4eb03cce498f214bcb4548a05c0a14f209cd0242.tar.bz2
otp-4eb03cce498f214bcb4548a05c0a14f209cd0242.zip
Merge pull request #1512 from indradhanush/bugfix/doc-genstatemdoc
Fix typo doc of init in gen_statem
Diffstat (limited to 'lib')
-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 a7caa71dcb..8de6ed754f 100644
--- a/lib/stdlib/doc/src/gen_statem.xml
+++ b/lib/stdlib/doc/src/gen_statem.xml
@@ -1851,7 +1851,7 @@ handle_event(_, _, State, Data) ->
</p>
<note>
<p>
- Note that if the <c>gen_statem</c> is started trough
+ Note that if the <c>gen_statem</c> is started through
<seealso marker="proc_lib"><c>proc_lib</c></seealso>
and
<seealso marker="#enter_loop/4"><c>enter_loop/4-6</c></seealso>,