diff options
author | Raimo Niskanen <[email protected]> | 2017-06-07 16:37:43 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-06-07 16:37:43 +0200 |
commit | b85e77fb68add53eefa8aaa89a1e6f923fda9565 (patch) | |
tree | 3b3a34d77c977456794383206ce455968158409f | |
parent | 645371eb3a5cdcdbf73bde2ec906181ec701e1cf (diff) | |
parent | 8cee96fe5d9e3ee3b4bcb527c5a75076ba2b59b0 (diff) | |
download | otp-b85e77fb68add53eefa8aaa89a1e6f923fda9565.tar.gz otp-b85e77fb68add53eefa8aaa89a1e6f923fda9565.tar.bz2 otp-b85e77fb68add53eefa8aaa89a1e6f923fda9565.zip |
Merge pull request #1482 from grahamrhay/patch-1
Fix typo
-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 5eb13db1aa..07e76accb5 100644 --- a/lib/stdlib/doc/src/gen_statem.xml +++ b/lib/stdlib/doc/src/gen_statem.xml @@ -993,7 +993,7 @@ handle_event(_, _, State, Data) -> <seealso marker="#Module:init/1"><c>Module:init/1</c></seealso> or <seealso marker="#enter_loop/5"><c>enter_loop/5,6</c></seealso> - would be weird on the border of whichcraft + would be weird on the border of witchcraft since there has been no earlier call to a <seealso marker="#state callback">state callback</seealso> in this server. |