diff options
author | Lukas Larsson <[email protected]> | 2019-03-25 16:42:48 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2019-03-25 16:42:48 +0100 |
commit | 82a88748e5b83ba68a7cc5abc92321aea3ac2570 (patch) | |
tree | 50d7942d1eabddbe5e7aec25c9f310c2a4448538 /system | |
parent | 7b6c36d65fabd9ba43beb2fa56cc1a17249aac64 (diff) | |
download | otp-82a88748e5b83ba68a7cc5abc92321aea3ac2570.tar.gz otp-82a88748e5b83ba68a7cc5abc92321aea3ac2570.tar.bz2 otp-82a88748e5b83ba68a7cc5abc92321aea3ac2570.zip |
doc: Fix Design Princ, statem incorrect anchor
Diffstat (limited to 'system')
-rw-r--r-- | system/doc/design_principles/statem.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/design_principles/statem.xml b/system/doc/design_principles/statem.xml index 45ea972ff2..23e9054547 100644 --- a/system/doc/design_principles/statem.xml +++ b/system/doc/design_principles/statem.xml @@ -759,7 +759,7 @@ StateName(EventType, EventContent, Data) -> <p> Since the <em>state enter call</em> is not an event there are restrictions on the allowed return value and - <seealso marker="#State Transition Actions">State Transition Actions</seealso>. + <seealso marker="#Transition Actions">State Transition Actions</seealso>. You may not change the state, <seealso marker="#Postponing Events">postpone</seealso> this non-event, or |