diff options
author | Indradhanush Gupta <[email protected]> | 2017-07-11 22:14:08 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2017-07-11 22:14:08 -0400 |
commit | 5e233b851decdeb0fa168717bd7a7a1eecfb5ce9 (patch) | |
tree | 4c7935b3dfddcb8a5422e98ea1f3dbe6a57d64ff /lib/stdlib/doc/src | |
parent | 45787fb84c07352171cac7114ef28057c8305a8d (diff) | |
download | otp-5e233b851decdeb0fa168717bd7a7a1eecfb5ce9.tar.gz otp-5e233b851decdeb0fa168717bd7a7a1eecfb5ce9.tar.bz2 otp-5e233b851decdeb0fa168717bd7a7a1eecfb5ce9.zip |
Fix typo doc of init in gen_statem
Diffstat (limited to 'lib/stdlib/doc/src')
-rw-r--r-- | lib/stdlib/doc/src/gen_statem.xml | 2 |
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>, |